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