X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=compile%2FMakefile;h=a5d42c36916971f5626c0fa8f655c3853c9e03fa;hb=HEAD;hp=912ebe270e2709476071c295c0d16c3ac00a87fa;hpb=fd86ffcbcd135b49bff36d1b4c2b96735b459f5a;p=grml-scripts.git diff --git a/compile/Makefile b/compile/Makefile index 912ebe2..964ae3c 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 = dpkg_not_running grml-runtty #ifndef CFLAGS CFLAGS = -O2 -Wall -s @@ -14,22 +14,11 @@ 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 $@ $^ - grml-runtty: grml-runtty.c - $(CC) $(CFLAGS) -o $@ $^ + diet $(CC) $(CFLAGS) -o $@ $^ -lcompat clean: rm -f $(PROGS)