]> gerrit.simantics Code Review - simantics/district.git/blob - array-index/Makefile
Hide "enabled" column for non-component type tech type tables
[simantics/district.git] / array-index / 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