ToastFreeware
/
debian
/
cpulimit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New upstream release
[debian/cpulimit.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 39f62a1e1ee293b85166453319e1eb3dd6ef9ea5..22a954eb73e98d65b193d8d819cac789f136973e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,6
+7,8
@@
cpulimit: cpulimit.c
gcc -o cpulimit cpulimit.c -lrt $(CFLAGS)
install: cpulimit
+ mkdir -p ${PREFIX}/bin
+ mkdir -p ${PREFIX}/share/man/man1
cp cpulimit ${PREFIX}/bin
cp cpulimit.1.gz ${PREFIX}/share/man/man1