UNPKG

210 BPlain TextView Raw
1
2build: tip.css index.js template.js components
3 @component build --dev
4
5template.js: template.html
6 @component convert $<
7
8components:
9 @component install --dev
10
11clean:
12 rm -fr build components
13
14.PHONY: clean