pixelnode/node_modules/has-cors/Makefile

12 lines
166 B
Makefile
Raw Permalink Normal View History

2018-04-03 11:42:35 +02:00
build: components index.js
@component build --dev
components: component.json
@component install --dev
clean:
rm -fr build components template.js
.PHONY: clean