X-Git-Url: http://git.grml.org/?p=grml-scripts-core.git;a=blobdiff_plain;f=compile%2FMakefile;h=a1a24a68c9196cc50b706829058ef718b8ba6af0;hp=2a0c45df71c3fb7237db8dd9f9d7f9b9565778ac;hb=cdbec268696c1a0f91ed02d42ec56abbe3ef78e9;hpb=80e422b789147a8706e450722c6e45bd42b3a5d1 diff --git a/compile/Makefile b/compile/Makefile index 2a0c45d..a1a24a6 100644 --- a/compile/Makefile +++ b/compile/Makefile @@ -1,4 +1,4 @@ -PROGS = ip-screen pong vmware-detect align cpu-screen dpkg_not_running reread_partition_table +PROGS = ip-screen cpu-screen #ifndef CFLAGS CFLAGS = -O2 -Wall -s @@ -20,19 +20,5 @@ ip-screen: ip-screen.c cpu-screen: cpu-screen.c diet $(CC) $(CFLAGS) -o $@ $^ -pong: pong.c - -vmware-detect: vmware-detect.c - diet $(CC) $(CFLAGS) -o $@ $^ - -dpkg_not_running: dpkg_not_running.c - diet $(CC) $(CFLAGS) -o $@ $^ - -align: align.c - $(CC) -Wall -o align align.c - -reread_partition_table: reread_partition_table.c - diet $(CC) $(CFLAGS) -o $@ $^ - clean: rm -f $(PROGS)