summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/Makefile
blob: eae41178666a0e7f624dd07f1e9fc8d8e38e038b (plain)
1
2
3
4
5
6
7
8
9
10
11

build: components
	@component build

components: component.json
	@component install --dev

clean:
	rm -fr build components template.js

.PHONY: clean