build: remove 'config.mk' during make distclean

This commit is contained in:
Nathan Rajlich 2012-02-17 12:41:39 -08:00 committed by Ben Noordhuis
parent 7864bb9eb8
commit 0787287021

View File

@ -44,7 +44,8 @@ clean:
distclean:
-rm -rf out
-rm config.gypi
-rm -f config.gypi
-rm -f config.mk
test: all
$(PYTHON) tools/test.py --mode=release simple message