X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=compile%2FMakefile;h=61b4dccd6db1dff61113c9a42d35e4bbbf93f300;hb=c08b156abb0b2b1b1335cb1ada0c08758553238b;hp=912ebe270e2709476071c295c0d16c3ac00a87fa;hpb=b0c3e5ff760f99d6ff7721852bc1a0d73c5ea201;p=grml-scripts.git diff --git a/compile/Makefile b/compile/Makefile index 912ebe2..61b4dcc 100644 --- a/compile/Makefile +++ b/compile/Makefile @@ -1,4 +1,4 @@ -PROGS = pong vmware-detect align dpkg_not_running reread_partition_table grml-runtty +PROGS = vmware-detect dpkg_not_running reread_partition_table grml-runtty #ifndef CFLAGS CFLAGS = -O2 -Wall -s @@ -14,17 +14,12 @@ CC = gcc all: $(PROGS) -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 $@ $^