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 install:
@component build --dev @npm install .
components: component.json test:
@component install --dev @$(BINS)/mocha -R spec
clean: .PHONY: test
rm -fr build components template.js
.PHONY: clean