diff options
Diffstat (limited to 'node_modules/indexof/Makefile')
-rw-r--r-- | node_modules/indexof/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/indexof/Makefile b/node_modules/indexof/Makefile new file mode 100644 index 000000000..3f6119d22 --- /dev/null +++ b/node_modules/indexof/Makefile @@ -0,0 +1,11 @@ + +build: components index.js + @component build + +components: + @Component install + +clean: + rm -fr build components template.js + +.PHONY: clean |