Skip to content
Snippets Groups Projects
Commit b8a613de authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Michael Niedermayer
Browse files

Allow "make clean" to clean files in tools


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