Files
fnx_web/Makefile
2021-11-02 10:16:25 +01:00

11 lines
185 B
Makefile

run:
${MAKE} -j2 backgroundrun backgroundsvelte
build:
cd svelte && npm run build
go build main.go -o web
backgroundrun:
go run main.go
backgroundsvelte:
cd svelte && npm run dev