uvm32/host-mini/Makefile
2025-12-11 12:48:41 +00:00

6 lines
237 B
Makefile

all:
xxd -n mandel -i ../precompiled/mandel.bin | sed -e "s/unsigned char/const unsigned char/" > mandel.h
gcc -Wall -DUVM32_MEMORY_SIZE=512 -O2 -I../uvm32 -I../common -o host-mini ../uvm32/uvm32.c host-mini.c
clean:
rm -f host-mini