Run our TTYs with our own tty runner
[grml-scripts.git] / compile / Makefile
index b45a92f..912ebe2 100644 (file)
@@ -1,4 +1,4 @@
-PROGS = pong vmware-detect align dpkg_not_running reread_partition_table
+PROGS = pong vmware-detect align dpkg_not_running reread_partition_table grml-runtty
 
 #ifndef CFLAGS
 CFLAGS = -O2 -Wall -s
@@ -28,5 +28,8 @@ align: align.c
 reread_partition_table: reread_partition_table.c
        diet $(CC) $(CFLAGS) -o $@ $^
 
+grml-runtty: grml-runtty.c
+       $(CC) $(CFLAGS) -o $@ $^
+
 clean:
        rm -f $(PROGS)