mirror of
https://github.com/meehow/privtracker.git
synced 2026-05-06 23:34:37 +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:
|
|
|