summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2024-12-26 19:05:07 +0000
committerIan C <ianc@noddybox.co.uk>2024-12-26 19:05:07 +0000
commitaa33cb940bb31c74903fb7dc26e5d2f264064911 (patch)
treeb9c5603ad71080b4f23a6b0473b33160e039f058 /Makefile
parent80b1b51911e8c4221e918b50039caf7533751e4c (diff)
Dev check in. Added tester.
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