chore: make distclean now deletes build directory too (#1624)

This commit is contained in:
Andrew Scheller 2017-07-24 17:12:46 +01:00 committed by Juan Cruz Viotti
parent f53a0af150
commit bebedf1a50

View File

@ -529,5 +529,6 @@ clean:
distclean: clean
rm -rf node_modules
rm -rf build
.DEFAULT_GOAL = help