Skip to content

Commit 5f0c2c1

Browse files
committed
add install target to copy the new binaries into the tools directory
1 parent e5ac549 commit 5f0c2c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ install:
5050
echo "This rule intentionally does not trigger a re-compile."
5151
echo "Run 'make all', 'make stm8gal' or 'make stm8flash' if you really"
5252
echo "want fresh binaries."
53-
cp -avn bin/* ../sduino/hardware/sduino/tools/
53+
cp -av bin/linux* bin/macosx ../sduino/hardware/sduino/tools/
54+
cp -av bin/win/* ../sduino/hardware/sduino/tools/win
5455

5556
# rules for compiling stm8gal
5657
stm8gal-linux32:

0 commit comments

Comments
 (0)