nodescore/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/Makefile

10 lines
143 B
Makefile
Executable File

build:
node --harmony-generators build.js
test:
node test/mime.js
mocha --require should --reporter spec test/test.js
.PHONY: build test