Stop shipping gtf binary and manpage as server-xorg-core
[grml-scripts.git] / compile / Makefile
index dd2bbce..2a0c45d 100644 (file)
@@ -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)