From a58ff47b106b2d37fd70c4a5da09a06409b825cb Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 1 Jul 2006 19:08:31 +0000 Subject: [PATCH] remove dump-mcast on clean, too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) $< -- 2.39.2