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