mirror of
https://github.com/meehow/privtracker.git
synced 2026-06-09 18:43:56 +08:00
9 lines
188 B
Makefile
9 lines
188 B
Makefile
build:
|
|
CGO_ENABLED=0 go build -ldflags="-s -w -buildid=" -trimpath
|
|
|
|
deploy: build
|
|
rsync -avzL --exclude '*.fiber.gz' docs privtracker privtracker:web/
|
|
|
|
test:
|
|
go test -bench . -benchmem
|