From: icecodder Date: Sat, 14 Jan 2023 17:13:05 +0000 (+0100) Subject: windows name is worst X-Git-Tag: v0.1.1~26^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f25a13e60e70924de69cfacb20ffc287a8ce9425;p=matthieu%2Fnova.git windows name is worst --- diff --git a/Makefile b/Makefile index 100ae0a..c70abad 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build/bin/nova: build/lib/liball_in_one.a internal/pkg/all-in-one/all-in-one.h go build -a -ldflags '-s' -o build/bin/nova cmd/nova/nova.go all: - ifeq ($(OS),Windows) + ifeq ($(OS),Windows_NT) build/bin/{cache,gateway,ratelimit,rest,webhook}{,.exe} build/bin/nova else build/bin/{cache,gateway,ratelimit,rest,webhook} build/bin/nova