Allow "make clean" to clean files in tools

Signed-off-by: Mans Rullgard <mans@mansr.com>
oldabi
Stefano Sabatini 14 years ago committed by Mans Rullgard
parent cd6a5a57b8
commit 40321376d8
  1. 1
      Makefile

@ -169,6 +169,7 @@ clean:: testclean
$(RM) $(CLEANSUFFIXES)
$(RM) doc/*.html doc/*.pod doc/*.1
$(RM) $(TOOLS)
$(RM) $(CLEANSUFFIXES:%=tools/%)
distclean::
$(RM) $(DISTCLEANSUFFIXES)

Loading…
Cancel
Save