summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b720b35..358061b 100755
--- a/Makefile
+++ b/Makefile
@@ -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