11 lines
308 B
Makefile
11 lines
308 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 && csi -b -q ../tools/schemify-tree.scm -- ../frontend/dist frontend frontend-lookup
|