UNPKG

184 BPlain TextView Raw
1build: components index.js
2 @component build --dev
3
4components:
5 @component install --dev
6
7clean:
8 rm -fr build components template.js
9
10test:
11 @open test/index.html
12
13.PHONY: clean test
\No newline at end of file