File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OSXSTRIP=/opt/osxcross/bin/x86_64-apple-darwin15-strip
1313
1414
1515BINDIR =bin
16- # BINDIR=../sduino/hardware/sduino/ tools
16+ # BINDIR=../sduino/tools
1717
1818.PHONY : all linux32 linux64 osx windows \
1919 stm8gal stm8gal-windows stm8gal-linux32 stm8gal-linux64 stm8gal-osx \
@@ -45,13 +45,13 @@ stm8gal: stm8gal-linux32 stm8gal-linux64 stm8gal-osx stm8gal-windows
4545# stm8flash for all platforms
4646stm8flash : stm8flash-windows stm8flash-linux32 stm8flash-linux64 stm8flash-osx
4747
48- # copy the already compiled binaries into sduino/... /tools
48+ # copy the already compiled binaries into ../sduino /tools
4949install :
50- echo " This rule intentionally does not trigger a re-compile."
51- echo " Run 'make all', 'make stm8gal' or 'make stm8flash' if you really"
52- echo " want fresh binaries."
53- cp -av bin/linux* bin/macosx ../sduino/hardware/sduino/ tools/
54- cp -av bin/win/* ../sduino/hardware/sduino/ tools/win
50+ @ echo " This rule intentionally does not trigger a re-compile."
51+ @ echo " Run 'make all', 'make stm8gal' or 'make stm8flash' if you really"
52+ @ echo " want fresh binaries."
53+ cp -av bin/linux* bin/macosx ../sduino/tools/
54+ cp -av bin/win/* ../sduino/tools/win
5555
5656# rules for compiling stm8gal
5757# To pass the extra CFLAGS and LDFLAGS we need a temporary (modified) Makefile
You can’t perform that action at this time.
0 commit comments