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