diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |