twitch-bot-streak/Makefile
Knut Ahlers f14be1e73f
Add Makefile
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-03-24 03:01:48 +01:00

10 lines
190 B
Makefile

default: build
build: export CGO_ENABLED=0
build:
go build \
-ldflags "-X main.version=$(shell git describe --tags --always || echo dev)" \
-mod=readonly \
-modcacherw \
-trimpath