Split grml-scripts into grml-scripts and grml-scripts-core
[grml-scripts.git] / compile / Makefile
index 2a0c45d..b45a92f 100644 (file)
@@ -1,4 +1,4 @@
-PROGS = ip-screen pong vmware-detect align cpu-screen dpkg_not_running reread_partition_table
+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