mirror of
https://github.com/meehow/privtracker.git
synced 2026-09-03 07:24:24 +08:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
build:
|
|
go build -ldflags="-s -w" -trimpath
|
|
|
|
deploy: build
|
|
rsync -avzL docs privtracker privtracker:
|
|
|