X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=compile%2FMakefile;fp=compile%2FMakefile;h=912ebe270e2709476071c295c0d16c3ac00a87fa;hb=fd86ffcbcd135b49bff36d1b4c2b96735b459f5a;hp=b45a92f3a0829aca1d87dbeb1a2a95c6ea5a95df;hpb=3c1d083e085f2e8ec560100e78a97a9a60fee3a8;p=grml-scripts.git diff --git a/compile/Makefile b/compile/Makefile index b45a92f..912ebe2 100644 --- a/compile/Makefile +++ b/compile/Makefile @@ -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)