pastebin/Makefile

12 lines
156 B
Makefile
Raw Normal View History

2023-09-30 13:47:59 +00:00
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