mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
5 lines
144 B
Makefile
5 lines
144 B
Makefile
all:
|
|
gcc -Wall -DUVM32_MEMORY_SIZE=16386 -I../uvm32 -I../common -o host-parallel ../uvm32/uvm32.c host-parallel.c
|
|
|
|
clean:
|
|
rm -f host-parallel
|