Remove various scripts
[grml-scripts.git] / compile / Makefile
index 912ebe2..61b4dcc 100644 (file)
@@ -1,4 +1,4 @@
-PROGS = pong vmware-detect align dpkg_not_running reread_partition_table grml-runtty
+PROGS = vmware-detect dpkg_not_running reread_partition_table grml-runtty
 
 #ifndef CFLAGS
 CFLAGS = -O2 -Wall -s
@@ -14,17 +14,12 @@ CC = gcc
 
 all: $(PROGS)
 
-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
-       $(CC) -Wall -o align align.c
-
 reread_partition_table: reread_partition_table.c
        diet $(CC) $(CFLAGS) -o $@ $^