aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/indexof/Makefile
blob: 3f6119d227040d0493452f89e06013b2a9886da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
build: components index.js
	@component build

components:
	@Component install

clean:
	rm -fr build components template.js

.PHONY: clean