Current File : //proc/self/root/proc/self/root/usr/lib/node_modules/bower/lib/node_modules/throttleit/Makefile
build: components index.js
	@component build --dev

components: component.json
	@component install --dev

clean:
	rm -fr build components template.js

.PHONY: clean