summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-09-28 15:04:44 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-09-28 15:04:44 +0000
commit4c4b3fcd62d90049110d9c92f8b7307621217df0 (patch)
treeb7c9054a023f45f4b711217465dceee898a3cb4a /Makefile
parent8bc80f8b24cb6f03ad209ce546ae594904c8b353 (diff)
clean target removes output_example
Originally committed as revision 2308 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 f198efcc58..6b8ec45c0a 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ clean: $(CLEANVHOOK)
$(MAKE) -C libavcodec clean
$(MAKE) -C libavformat clean
$(MAKE) -C tests clean
- rm -f *.o *.d *~ .libs .depend gmon.out TAGS ffmpeg_g$(EXESUF) ffplay_g$(EXESUF) $(PROG)
+ rm -f *.o *.d *~ .libs .depend gmon.out TAGS ffmpeg_g$(EXESUF) ffplay_g$(EXESUF) $(PROG) $(PROGTEST)
clean-vhook:
$(MAKE) -C vhook clean