summaryrefslogtreecommitdiffstats
path: root/temper/Makefile
blob: 3ada08de3820ac0542cb877e81a4bed91565cc7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

all: infest
infest: temper
CFLAGS = -O2 -Wall

temper:	temper.c
	${CC} -DUNIT_TEST -o $@ $^ -lusb
	chmod +s temper

clean:		
	rm -f temper *.o

rules-install:			# must be superuser to do this
	cp 99-tempsensor.rules /etc/udev/rules.d