Skip to content

Commit b6824d2

Browse files
committed
update the tools building Makefile for the new directory structure
1 parent 78affcf commit b6824d2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tools/Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OSXSTRIP=/opt/osxcross/bin/x86_64-apple-darwin15-strip
1313

1414

1515
BINDIR=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
4646
stm8flash: 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
4949
install:
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

0 commit comments

Comments
 (0)