uvm32/emulator/Makefile
2025-12-06 16:44:23 +00:00

5 lines
144 B
Makefile

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