From: michael Date: Sat, 1 Jul 2006 19:08:31 +0000 (+0000) Subject: remove dump-mcast on clean, too X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/record-dvb/commitdiff_plain/a58ff47b106b2d37fd70c4a5da09a06409b825cb?ds=sidebyside remove dump-mcast on clean, too --- diff --git a/Makefile b/Makefile index 74c1037..e0ba4f3 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ record-dvb: record-dvb.o $(COMMONOBJS) dump-mcast: dump-mcast.o $(COMMONOBJS) clean: - rm -f record-dvb $(OBJS) $(DEPEND) + rm -f record-dvb dump-mcast $(OBJS) $(DEPEND) %.o: %.c $(COMPILE.c) $(OUTPUT_OPTION) $<