11 lines
331 B
Makefile
11 lines
331 B
Makefile
|
|
BRMINV_SOURCES=brminv.scm frontend.import.scm
|
|
|
|
../brminv: $(BRMINV_SOURCES)
|
|
touch ../brminv
|
|
|
|
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
|