We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ac549 commit 5f0c2c1Copy full SHA for 5f0c2c1
1 file changed
tools/Makefile
@@ -50,7 +50,8 @@ 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 -avn bin/* ../sduino/hardware/sduino/tools/
+ cp -av bin/linux* bin/macosx ../sduino/hardware/sduino/tools/
54
+ cp -av bin/win/* ../sduino/hardware/sduino/tools/win
55
56
# rules for compiling stm8gal
57
stm8gal-linux32:
0 commit comments