]> gerrit.simantics Code Review - simantics/district.git/blob - Makefile
0f14dac306f8e0e08c210fa2410c5ef1807600a0
[simantics/district.git] / Makefile
1
2 build: components index.js
3         @component build --dev
4
5 components: component.json
6         @component install --dev
7
8 clean:
9         rm -fr build components template.js
10
11 .PHONY: clean