grml-setlang: do not set LC_CTYPE any longer.
[grml-scripts-core.git] / compile / Makefile
index bb84258..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
@@ -29,12 +29,10 @@ 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 $@ $^
 
-gtf: gtf.c
-       $(CC) gtf.c -lm -Wall -o gtf
-
 clean:
        rm -f $(PROGS)