uvm32/host/Makefile
2025-12-11 00:00:01 +00:00

5 lines
148 B
Makefile

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