GT2/GT2-iOS/node_modules/remove-trailing-slash/Makefile

16 lines
220 B
Makefile
Raw Normal View History

2018-02-12 17:26:06 +00:00
build: components index.js
@component build --dev
components: component.json
@component install --dev
clean:
rm -fr build components template.js
test:
@mocha --require should --reporter spec
.PHONY: clean test