Hermes/makefile
2024-08-18 23:01:57 +03:00

10 lines
250 B
Makefile

all: install release
release:
GOEXPERIMENT=boringcrypto go build -ldflags "-s -w" -o ./.build/release/backend main.go
install:
go install
run: install release
./.build/release/backend -c ./misc/config.yaml -o ./.run/log.txt -p ./.run/cpu.pprof