GT2/GT2-iOS/node_modules/foreach/Makefile

12 lines
151 B
Makefile
Raw Normal View History

2018-02-12 17:26:06 +00:00
build: components
@component build
components: component.json
@component install --dev
clean:
rm -fr build components template.js
.PHONY: clean