.PHONY: clean install test clean: @rm -rf node_modules install: clean npm install test: install npm test