From de98e0b232509d5f40c135d540a70e415272ff85 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 May 2017 15:35:00 +0200 Subject: node_modules --- node_modules/indexof/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 node_modules/indexof/Makefile (limited to 'node_modules/indexof/Makefile') 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 -- cgit v1.2.3