You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
312 B

--- 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