diff options
Diffstat (limited to 'node_modules/object-component/Makefile')
-rw-r--r-- | node_modules/object-component/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/object-component/Makefile b/node_modules/object-component/Makefile new file mode 100644 index 0000000..b6b9850 --- /dev/null +++ b/node_modules/object-component/Makefile @@ -0,0 +1,16 @@ + +build: components index.js + @component build + +components: + @Component install + +clean: + rm -fr build components template.js + +test: + @./node_modules/.bin/mocha \ + --require should \ + --reporter spec + +.PHONY: clean test |