diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-04-26 07:18:57 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-04-26 07:18:57 +0000 |
commit | 1ac9248bb7c0c64bfebbd0ced1806a8899c396a9 (patch) | |
tree | 3d1bc046066e08adb4fedfa1e358797b42ce35d0 /Makefile | |
parent | cd8e5f9637b42f0caafbb0ab470e3f133cb5f200 (diff) | |
download | ffmpeg-1ac9248bb7c0c64bfebbd0ced1806a8899c396a9.tar.gz |
* cleanup
Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |