mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-07-22 17:31:01 +02:00
Initial commit of pcsensor v. 1.0.1
This commit is contained in:
parent
6d0f9e6370
commit
1fc407cac0
4 changed files with 463 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
all: pcsensor
|
||||
|
||||
CFLAGS = -O2 -Wall
|
||||
|
||||
pcsensor: pcsensor.c
|
||||
${CC} -DUNIT_TEST -o $@ $^ -lusb
|
||||
|
||||
clean:
|
||||
rm -f pcsensor *.o
|
||||
|
||||
rules-install: # must be superuser to do this
|
||||
cp 99-tempsensor.rules /etc/udev/rules.d
|
Loading…
Add table
Add a link
Reference in a new issue