X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=compile%2FMakefile;fp=compile%2FMakefile;h=b45a92f3a0829aca1d87dbeb1a2a95c6ea5a95df;hb=68552116672d8462fb256c0771888a4654c3687d;hp=2a0c45df71c3fb7237db8dd9f9d7f9b9565778ac;hpb=80e422b789147a8706e450722c6e45bd42b3a5d1;p=grml-scripts.git diff --git a/compile/Makefile b/compile/Makefile index 2a0c45d..b45a92f 100644 --- a/compile/Makefile +++ b/compile/Makefile @@ -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