summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@also>2011-06-19 23:12:06 +0200
committertv <tv@also>2011-06-19 23:12:06 +0200
commitb9e74b83e4153f494a2aa1bc35e861a991847e6c (patch)
tree4de6256409d635331cc83f9b5f959c54c6ebeb35
parent3382d696cae51f5c878801ab256bd2fcc6e064c8 (diff)
parent165965ee475c4f491b0b981b9dc006b02065e147 (diff)
Merge branch 'master' of github.com:krebscode/painload
-rw-r--r--temper/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/temper/Makefile b/temper/Makefile
index 3ada08de..18165772 100644
--- a/temper/Makefile
+++ b/temper/Makefile
@@ -6,9 +6,12 @@ CFLAGS = -O2 -Wall
temper: temper.c
${CC} -DUNIT_TEST -o $@ $^ -lusb
chmod +s temper
+ install temper /usr/bin
clean:
rm -f temper *.o
rules-install: # must be superuser to do this
cp 99-tempsensor.rules /etc/udev/rules.d
+debian-prereq:
+ apt-get install libusb-dev