aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/indexof/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/indexof/Makefile')
-rw-r--r--node_modules/indexof/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/indexof/Makefile b/node_modules/indexof/Makefile
new file mode 100644
index 0000000..3f6119d
--- /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