Split grml-scripts into grml-scripts and grml-scripts-core
[grml-scripts.git] / compile / Makefile
index dd2bbce..b45a92f 100644 (file)
@@ -1,4 +1,4 @@
-PROGS = ip-screen pong vmware-detect align cpu-screen dpkg_not_running reread_partition_table gtf
+PROGS = pong vmware-detect align dpkg_not_running reread_partition_table
 
 #ifndef CFLAGS
 CFLAGS = -O2 -Wall -s
@@ -14,12 +14,6 @@ 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
@@ -34,8 +28,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)