pastebin/Makefile
2023-09-30 21:47:59 +08:00

12 lines
156 B
Makefile

all:
cd webui && npm install && npm run build
go mod tidy && go build .
./pastebin api
ui:
cd webui && npm run build
api:
go build .
./pastebin api