Commit b8a613de authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Michael Niedermayer

Allow "make clean" to clean files in tools

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit 40321376)
parent 32fea0f9
......@@ -169,6 +169,7 @@ clean:: testclean
$(RM) $(CLEANSUFFIXES)
$(RM) doc/*.html doc/*.pod doc/*.1
$(RM) $(TOOLS)
$(RM) $(CLEANSUFFIXES:%=tools/%)
distclean::
$(RM) $(DISTCLEANSUFFIXES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment