
build:
	node --harmony-generators build.js

test:
	node test/mime.js
	mocha --require should --reporter spec test/test.js

.PHONY: build test
