mirror of
https://github.com/meehow/privtracker.git
synced 2026-05-19 08:55:54 +08:00
9 lines
182 B
Makefile
9 lines
182 B
Makefile
build:
|
|
CGO_ENABLED=0 go build -ldflags="-s -w -buildid=" -trimpath
|
|
|
|
deploy: build
|
|
rsync -avzL --exclude '*.gz' docs privtracker privtracker:web/
|
|
|
|
test:
|
|
go test -bench . -benchmem
|