UNPKG

builder-jade

Version:
11 lines (9 loc) 160 B
BIN = ./node_modules/.bin/ NODE ?= gnode test: @$(NODE) $(BIN)mocha \ --require should \ --reporter spec \ --harmony-generators \ --bail .PHONY: test