Files
privtracker/Makefile
2025-01-26 01:39:46 +01:00

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