Files
fnx_web/Makefile
2021-11-02 18:39:32 +01:00

11 lines
200 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 install && npm run dev