summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-04-26 07:18:57 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-04-26 07:18:57 +0000
commit1ac9248bb7c0c64bfebbd0ced1806a8899c396a9 (patch)
tree3d1bc046066e08adb4fedfa1e358797b42ce35d0 /Makefile
parentcd8e5f9637b42f0caafbb0ab470e3f133cb5f200 (diff)
downloadffmpeg-streaming-1ac9248bb7c0c64bfebbd0ced1806a8899c396a9.zip
ffmpeg-streaming-1ac9248bb7c0c64bfebbd0ced1806a8899c396a9.tar.gz
* cleanup
Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
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