You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
218 B

7 years ago
  1. build: components index.js
  2. @component build
  3. components:
  4. @Component install
  5. clean:
  6. rm -fr build components template.js
  7. test:
  8. @node_modules/.bin/mocha \
  9. --require should \
  10. --reporter spec
  11. .PHONY: clean test