X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fsrc-filters%2FMakefile;h=e0140cb84cabbb67a9c5aa6ec39af05e01c0b4e5;hb=6f41bb44c6769c7ff7b60e8a23af86c98e3fbf89;hp=f7f229394a2ddf4b939b8f8d7e0a85a87e5f77b2;hpb=19f6873e04b83e43bbcc12bd59dd7c795f0ff90c;p=h316.git diff --git a/pc-tools/src-filters/Makefile b/pc-tools/src-filters/Makefile index f7f2293..e0140cb 100644 --- a/pc-tools/src-filters/Makefile +++ b/pc-tools/src-filters/Makefile @@ -2,11 +2,8 @@ PROGS=paron paroff load turn zstrip tab default: $(PROGS) -#install: $(PROGS) -# cp $(PROGS) ../../bin/ - clean: - rm -f $(PROGS) + @rm -f $(PROGS) .PHONY: default clean