Skip to content
Snippets Groups Projects
Commit 40321376 authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Mans Rullgard
Browse files

Allow "make clean" to clean files in tools


Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent cd6a5a57
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