mirror of
https://github.com/SinTan1729/privtracker.git
synced 2025-04-19 17:50:00 -05: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:
|