Update to use mandel

This commit is contained in:
Toby Jaffey 2025-12-08 23:39:13 +00:00
parent 7e7cabeb24
commit 3db1d2433b
2 changed files with 35 additions and 11 deletions

View file

@ -1,5 +1,5 @@
all:
gcc -Wall -DUVM32_MEMORY_SIZE=512 -I../uvm32 -I../common -o host-mini ../uvm32/uvm32.c host-mini.c
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