ToastFreeware
/
debian
/
cpulimit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[svn-inject] Installing original source of cpulimit
[debian/cpulimit.git]
/
Makefile
1
all:: cpulimit
2
3
cpulimit: cpulimit.c
4
gcc -o cpulimit cpulimit.c -lrt -Wall -O2
5
6
clean:
7
rm -f *~ cpulimit