summaryrefslogtreecommitdiffstats
path: root/temper/Makefile
diff options
context:
space:
mode:
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