1
0

Update Makefile.

This commit is contained in:
Julien Buty
2015-10-22 11:13:25 +08:00
parent 580317050f
commit 0482c1fa60

View File

@@ -1,11 +1,9 @@
BINS=./node_modules/.bin
build: components index.js
@component build --dev
install:
@npm install .
components: component.json
@component install --dev
test:
@$(BINS)/mocha -R spec
clean:
rm -fr build components template.js
.PHONY: clean
.PHONY: test