X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=compile%2FMakefile;h=a5d42c36916971f5626c0fa8f655c3853c9e03fa;hb=12b3ac5b42b404e8f6b4d70fb9530b82213118f4;hp=939d0d5613c59940c213915a985ee81071a4a42c;hpb=2fea94b544f0e5ecb2abc3bc1a3742831b9904f8;p=grml-scripts.git diff --git a/compile/Makefile b/compile/Makefile index 939d0d5..a5d42c3 100644 --- a/compile/Makefile +++ b/compile/Makefile @@ -1,4 +1,4 @@ -PROGS = vmware-detect dpkg_not_running reread_partition_table grml-runtty +PROGS = vmware-detect dpkg_not_running grml-runtty #ifndef CFLAGS CFLAGS = -O2 -Wall -s @@ -20,9 +20,6 @@ vmware-detect: vmware-detect.c dpkg_not_running: dpkg_not_running.c diet $(CC) $(CFLAGS) -o $@ $^ -reread_partition_table: reread_partition_table.c - diet $(CC) $(CFLAGS) -o $@ $^ - grml-runtty: grml-runtty.c diet $(CC) $(CFLAGS) -o $@ $^ -lcompat