diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,8 +23,11 @@ dload: dload.c wifi.c wifi.h zcc +zxn -subtype=dot -create-app -o dload dload.c wifi.c +test: test.c wifi.c wifi.h + $(CC) -g -o test test.c wifi.c + clean: - rm -f dload dload_CODE.bin + rm -f dload dload_CODE.bin test # If you use this, you'll almost certainly have to edit it devinstall: dload |