mirror of
https://github.com/meehow/privtracker.git
synced 2026-09-03 07:24:24 +08:00
6 lines
143 B
Makefile
6 lines
143 B
Makefile
build:
|
|
CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath
|
|
|
|
deploy: build
|
|
rsync -avzL --exclude '*.fiber.gz' docs privtracker privtracker:web/
|