Current section

Files

Jump to
udia assets node_modules foreach Makefile
Raw

assets/node_modules/foreach/Makefile

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