summaryrefslogtreecommitdiffstats
path: root/temper/Makefile
diff options
context:
space:
mode:
authoruser <user@bergwerk>2011-07-11 06:21:35 +0000
committeruser <user@bergwerk>2011-07-11 06:21:35 +0000
commitc4fa2d31abbd1187468b90223c621860cb723db2 (patch)
tree14386fbf03ff4b388e7ea1862d5ee805b752a49f /temper/Makefile
parentb5104a43414627d59fb5f507939cefc04bf34c94 (diff)
parentebc0f39efb9e4a859f59faa1144959027a64ad60 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'temper/Makefile')
-rw-r--r--temper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/temper/Makefile b/temper/Makefile
index 18165772..39b124b5 100644
--- a/temper/Makefile
+++ b/temper/Makefile
@@ -6,7 +6,7 @@ CFLAGS = -O2 -Wall
temper: temper.c
${CC} -DUNIT_TEST -o $@ $^ -lusb
chmod +s temper
- install temper /usr/bin
+ cp -a temper /usr/bin
clean:
rm -f temper *.o