X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/record-dvb/blobdiff_plain/a8ae52732646075d54ed2e469c9bc50924725011..e102f6947ff0fa3284ccb675b774560e8ee2454c:/Makefile

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) $<