diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-12-26 19:05:07 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-12-26 19:05:07 +0000 |
commit | aa33cb940bb31c74903fb7dc26e5d2f264064911 (patch) | |
tree | b9c5603ad71080b4f23a6b0473b33160e039f058 /Makefile | |
parent | 80b1b51911e8c4221e918b50039caf7533751e4c (diff) |
Dev check in. Added tester.
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 |