13 lines
184 B
Makefile
Raw Normal View History

2020-05-19 11:43:42 +03:00
build: components index.js
@component build --dev
components:
@component install --dev
clean:
rm -fr build components template.js
test:
@open test/index.html
.PHONY: clean test