
lint:
	@jshint index.js

clean:
	rm -fr build

.PHONY: clean lint
