summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f2532a..6eae5bf 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ depend:
clean:
$(MAKE) -C libavcodec clean
$(MAKE) -C libav clean
- rm -f *.o *~ gmon.out TAGS $(PROG)
+ rm -f *.o *~ .depend gmon.out TAGS $(PROG)
distclean: clean
$(MAKE) -C libavcodec distclean
OpenPOWER on IntegriCloud