Commit 2ca375da by Dane Springmeyer

Add testpack target to makefile [skip ci]

parent 93c962ab
......@@ -23,6 +23,12 @@ clean:
grind:
valgrind --leak-check=full node node_modules/.bin/_mocha
testpack:
rm -f ./*tgz
npm pack
tar -ztvf *tgz
rm -f ./*tgz
rebuild:
@make clean
@make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment