X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=compile%2FMakefile;h=964ae3c149dc14e97dad3d1720d8fec80739b9ce;hb=HEAD;hp=dd2bbceff48487d70dc26f0824ac4692fd3691df;hpb=c2bd95016dec5347ad547fa8737a9beb305cf7f0;p=grml-scripts.git diff --git a/compile/Makefile b/compile/Makefile index dd2bbce..964ae3c 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 gtf +PROGS = dpkg_not_running grml-runtty #ifndef CFLAGS CFLAGS = -O2 -Wall -s @@ -14,28 +14,11 @@ 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 - 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 $@ $^ - -gtf: gtf.c - $(CC) gtf.c -lm -Wall -o gtf +grml-runtty: grml-runtty.c + diet $(CC) $(CFLAGS) -o $@ $^ -lcompat clean: rm -f $(PROGS)