Makefile 143 B

123456789
  1. build:
  2. node --harmony-generators build.js
  3. test:
  4. node test/mime.js
  5. mocha --require should --reporter spec test/test.js
  6. .PHONY: build test