You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
309 B
9 lines
309 B
DIST=license.txt TeensyDebug.h TeensyDebug.cpp gdbstub.cpp examples library.properties keywords.txt README.md teensy_debug.exe teensy_debug.py install-linux.sh install-mac.command install-windows.bat
|
|
|
|
all: TeensyDebug.zip
|
|
|
|
TeensyDebug.zip: $(DIST)
|
|
zip -r TeensyDebug.zip $(DIST)
|
|
|
|
teensy_debug.exe:
|
|
build.bat
|