innovationDriveApp/node_modules/foreach/Makefile
2018-07-08 19:21:40 +10:00

11 lines
151 B
Makefile

build: components
@component build
components: component.json
@component install --dev
clean:
rm -fr build components template.js
.PHONY: clean