X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=compile%2FMakefile;h=96e380e2be5468e3a8f8c7b7899fdd99a6760139;hb=refs%2Ftags%2F0.9.19;hp=8f29c0fcbaf25de0cb13d5e773a2e233b5d3cbcf;hpb=e720deae78f1eda5e6f62629606c194f16796762;p=grml-scripts-core.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