X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=compile%2FMakefile;fp=compile%2FMakefile;h=96e380e2be5468e3a8f8c7b7899fdd99a6760139;hb=2c0aa304b8b61284ddeaf1b47c7382814620d6b5;hp=8f29c0fcbaf25de0cb13d5e773a2e233b5d3cbcf;hpb=3a4061029f0d4774ed25c33dc8c996111a46b955;p=grml-scripts.git diff --git a/compile/Makefile b/compile/Makefile index 8f29c0f..96e380e 100644 --- a/compile/Makefile +++ b/compile/Makefile @@ -25,14 +25,18 @@ cpu-screen: cpu-screen.c pong: pong.c vmware-detect: vmware-detect.c + diet $(CC) $(CFLAGS) -o $@ $^ + strip --strip-all $@ dpkg_not_running: dpkg_not_running.c + diet $(CC) $(CFLAGS) -o $@ $^ + strip --strip-all $@ align: align.c - $(CC) -Wall -o align align.c reread_partition_table: reread_partition_table.c - diet $(CC) -s -Os -o reread_partition_table reread_partition_table.c + diet $(CC) $(CFLAGS) -o $@ $^ + strip --strip-all $@ gtf: gtf.c $(CC) gtf.c -lm -Wall -o gtf