From: michael Date: Sun, 2 Jul 2006 11:54:29 +0000 (+0000) Subject: delete dump-stream on clean X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/record-dvb/commitdiff_plain/9ccc842a205f6216f91e5f4bf2916bf987fbf8e4?ds=sidebyside delete dump-stream on clean --- diff --git a/Makefile b/Makefile index e9ddf81..0cb038c 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ record-dvb: record-dvb.o $(COMMONOBJS) dump-stream: dump-stream.o $(COMMONOBJS) clean: - rm -f record-dvb dump-mcast $(OBJS) $(DEPEND) + rm -f record-dvb dump-stream $(OBJS) $(DEPEND) %.o: %.c $(COMPILE.c) $(OUTPUT_OPTION) $<