From 80b1b51911e8c4221e918b50039caf7533751e4c Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 22 Dec 2024 14:54:20 +0000 Subject: Updates to skeleton and added wifi routine skeletons. --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e95aba..b720b35 100755 --- a/Makefile +++ b/Makefile @@ -20,10 +20,14 @@ # Makefile # -dload: dload.c - zcc +zxn -subtype=dot -create-app -o dload dload.c +dload: dload.c wifi.c wifi.h + zcc +zxn -subtype=dot -create-app -o dload dload.c wifi.c clean: rm -f dload dload_CODE.bin +# If you use this, you'll almost certainly have to edit it +devinstall: dload + hdfmonkey put $(shell cygpath $(USERPROFILE))/SpectrumNext/ZEsarUX_win-11.0/tbblue.mmc dload /dot + #vim: ai sw=4 ts=8 !expandtab -- cgit v1.2.3