uvm32/host/Makefile
2025-12-07 21:12:48 +00:00

5 lines
136 B
Makefile

all:
gcc -Wall -Werror -pedantic -std=c99 -O2 -DUVM32_MEMORY_SIZE=32768 -I../uvm32 -o host ../uvm32/uvm32.c host.c
clean:
rm -f host