mirror of
https://github.com/SinTan1729/privtracker.git
synced 2024-12-25 15:08:35 -06:00
5 lines
101 B
Makefile
5 lines
101 B
Makefile
build:
|
|
go build -ldflags="-s -w" -trimpath
|
|
|
|
deploy: build
|
|
rsync -avzL web privtracker privtracker:
|