diff options
| author | icecodder <git@icecodder.me> | 2023-01-14 18:13:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-14 18:13:05 +0100 |
| commit | f25a13e60e70924de69cfacb20ffc287a8ce9425 (patch) | |
| tree | f78a708c69b77b2e3d0a1f8bc0b23d3a6c30ad5b | |
| parent | 5b054b0657ae4cce46d1a3874628368bfadcb356 (diff) | |
windows name is worst
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
