Merge pull request #1101 from joliss/make-clean

Delete lib directory on `make clean`
This commit is contained in:
Sebastian McKenzie 2015-03-28 08:38:37 +11:00
commit 5cce8c32a4

View File

@ -37,7 +37,7 @@ build:
rm -rf templates.json
clean:
rm -rf coverage templates.json test/tmp dist
rm -rf coverage templates.json test/tmp dist lib
test-clean:
rm -rf test/tmp