From aa33cb940bb31c74903fb7dc26e5d2f264064911 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 26 Dec 2024 19:05:07 +0000 Subject: Dev check in. Added tester. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3