Conditional frontend build + add user/group options.
This commit is contained in:
parent
b895558ca8
commit
1b20816e7b
2 changed files with 5 additions and 2 deletions
|
@ -26,7 +26,7 @@ frontend.o: frontend.import.scm
|
|||
frontend.import.scm: frontend.scm
|
||||
.PHONY: frontend.scm
|
||||
frontend.scm:
|
||||
cd ../frontend && npm run build && cd ../backend && csi -b -q ../tools/schemify-tree.scm -- ../frontend/dist frontend frontend-lookup
|
||||
cd ../frontend && (if [ -d src ] ; then npm run build ; fi ) && cd ../backend && csi -b -q ../tools/schemify-tree.scm -- ../frontend/dist frontend frontend-lookup
|
||||
|
||||
brminv.o: $(BRMINV_SOURCES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue