9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
turbostat : turbostat.c
|
||
|
|
||
|
clean :
|
||
|
rm -f turbostat
|
||
|
|
||
|
install :
|
||
|
install turbostat /usr/bin/turbostat
|
||
|
install turbostat.8 /usr/share/man/man8
|