summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile8
1 files changed, 6 insertions, 2 deletions
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