diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-02-12 08:50:46 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-02-12 12:58:10 +0000 |
commit | 40321376d8aea3347bec9c4d09925e8c5b8edb55 (patch) | |
tree | aab78fa6a2d2a8ab853d4904cfcf65d9dab0ab44 /Makefile | |
parent | cd6a5a57b820c5fe008ea0f91a727861b7b2a331 (diff) | |
download | ffmpeg-40321376d8aea3347bec9c4d09925e8c5b8edb55.tar.gz |
Allow "make clean" to clean files in tools
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ clean:: testclean $(RM) $(CLEANSUFFIXES) $(RM) doc/*.html doc/*.pod doc/*.1 $(RM) $(TOOLS) + $(RM) $(CLEANSUFFIXES:%=tools/%) distclean:: $(RM) $(DISTCLEANSUFFIXES) |