You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
363 B

UNWRAPPED=../firmware/unwrapped
GOLD=../firmware/unwrapped/D002.032.img
GOLDSYM=../applet/src/symbols_d02_032
all: blhook
clean:
rm -f blhook *~
blhook: blhook.c
cc -std=c99 blhook.c -o blhook
images:
cd ../firmware && "${MAKE}"
test: all images
./blhook ../firmware/unwrapped/S013.020.img foo < testhooks
run: all
@echo "Try 'make test' for now."