Release new version 2.13.0
[grml-scripts.git] / compile / Makefile
index bb84258..964ae3c 100644 (file)
@@ -1,4 +1,4 @@
-PROGS = ip-screen pong vmware-detect align cpu-screen dpkg_not_running reread_partition_table gtf
+PROGS = dpkg_not_running grml-runtty
 
 #ifndef CFLAGS
 CFLAGS = -O2 -Wall -s
@@ -14,27 +14,11 @@ CC = gcc
 
 all: $(PROGS)
 
-ip-screen: ip-screen.c
-       diet $(CC) $(CFLAGS) -o $@ $^
-
-cpu-screen: cpu-screen.c
-       diet $(CC) $(CFLAGS) -o $@ $^
-
-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
-
-reread_partition_table: reread_partition_table.c
-       diet $(CC) $(CFLAGS) -o $@ $^
-
-gtf: gtf.c
-       $(CC) gtf.c -lm -Wall -o gtf
+grml-runtty: grml-runtty.c
+       diet $(CC) $(CFLAGS) -o $@ $^ -lcompat
 
 clean:
        rm -f $(PROGS)