Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: remove 'config.mk' during make distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate authored and bnoordhuis committed Feb 17, 2012
1 parent 7864bb9 commit 0787287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 0787287

Please sign in to comment.