diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-08 13:09:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-08 13:09:52 +0300 |
commit | 67596087b9654e7503e55d59dd6b7d60c86ea359 (patch) | |
tree | 1715cd241d9e8cea5d30ff21fb205f1169a384dd /cem/arduino.mk/build | |
parent | c09b827a5f1d8b26bb172988e7311b9893b48a24 (diff) | |
download | repository-67596087b9654e7503e55d59dd6b7d60c86ea359.tar.gz |
move out of the 'cem' directory
Diffstat (limited to 'cem/arduino.mk/build')
-rwxr-xr-x | cem/arduino.mk/build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cem/arduino.mk/build b/cem/arduino.mk/build deleted file mode 100755 index 33eb83e..0000000 --- a/cem/arduino.mk/build +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -e - -install -Dm755 -t "$1/usr/bin" bin/ard-reset-arduino -install -Dm644 -t "$1/usr/share/arduino" *.mk arduino-mk-vars.md -install -Dm644 -t "$1/usr/share/man/man1" ard-reset-arduino.1 |