GULP = ./node_modules/.bin/gulp npm-clean: rm -r node_modules; \ npm install; \ npm start; \ test: npm install; \ $(GULP) testonce; \ .PHONY: test