X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=compile%2FMakefile;fp=compile%2FMakefile;h=2a0c45df71c3fb7237db8dd9f9d7f9b9565778ac;hb=ba62a17e56ee5b1f17f9ebb7c0c968aac8fdf226;hp=dd2bbceff48487d70dc26f0824ac4692fd3691df;hpb=eb6165fc754f40be93b9db0ad72ec6bb91a264f7;p=grml-scripts.git diff --git a/compile/Makefile b/compile/Makefile index dd2bbce..2a0c45d 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 gtf +PROGS = ip-screen pong vmware-detect align cpu-screen dpkg_not_running reread_partition_table #ifndef CFLAGS CFLAGS = -O2 -Wall -s @@ -34,8 +34,5 @@ align: align.c reread_partition_table: reread_partition_table.c diet $(CC) $(CFLAGS) -o $@ $^ -gtf: gtf.c - $(CC) gtf.c -lm -Wall -o gtf - clean: rm -f $(PROGS)