mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Move all host examples under host/
This commit is contained in:
parent
1213c5673f
commit
7353810199
16 changed files with 104 additions and 143 deletions
8
hosts/host-mini/Makefile
Normal file
8
hosts/host-mini/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
TOPDIR=../../
|
||||
|
||||
all:
|
||||
xxd -n mandel -i ${TOPDIR}/precompiled/mandel.bin | sed -e "s/unsigned char/const unsigned char/" > mandel.h
|
||||
gcc -Wall -DUVM32_MEMORY_SIZE=512 -O2 -I${TOPDIR}/uvm32 -I${TOPDIR}/common -o host-mini ${TOPDIR}/uvm32/uvm32.c host-mini.c
|
||||
|
||||
clean:
|
||||
rm -f host-mini
|
||||
Loading…
Add table
Add a link
Reference in a new issue