UNPKG

erg

Version:
23 lines (16 loc) 422 B
CS := ./node_modules/coffee-script/bin/coffee CS_FLAGS := --compile --bare MOCHA := ./node_modules/mocha/bin/mocha BOWER := ./node_modules/bower/bin/bower SRC_DIR := src TEST_DIR := test .PHONY: test patch test: $(MOCHA) ./$(TEST_DIR)/spec_helper.coffee \ --recursive $(TEST_DIR) \ --compilers coffee:coffee-script/register \ --ui bdd \ --reporter spec \ --colors patch: npm version patch && npm publish