We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f593c6d commit cfd4105Copy full SHA for cfd4105
src/Makefile
@@ -87,5 +87,5 @@ do-drop: all
87
88
drop:
89
rm -rf build
90
- set -e; for t in BLUEPILL PXT32 ; do $(MAKE) TARGET=$$t do-drop ; done
+ set -e; for t in BLUEPILL JACDAC ; do $(MAKE) TARGET=$$t do-drop ; done
91
cd build; 7z a $(DROPNAME).zip $(DROPNAME)
0 commit comments