Delete lib directory on make clean

This commit is contained in:
Jo Liss
2015-03-27 20:52:00 +00:00
parent 463112517f
commit 885da177f9

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