summaryrefslogtreecommitdiff
blob: f6f13531d48b958bc881215e15ca64df5d69e2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cpulimit-1.1~/Makefile	2006-07-12 23:33:51.000000000 +0200
+++ cpulimit-1.1/Makefile	2006-07-12 23:34:48.000000000 +0200
@@ -1,7 +1,7 @@
 all::	cpulimit
 
 cpulimit:	cpulimit.c
-	gcc -o cpulimit cpulimit.c -lrt -Wall -O2
+	$(CC) $(CFLAGS) $(LDFLAGS) -o cpulimit cpulimit.c -lrt
 
 clean:
 	rm -f *~ cpulimit