Fix BIN_NAME variable

This commit is contained in:
Arnaud 2025-10-15 08:25:41 +02:00
parent 3dd812b407
commit afd7d2fc62
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -34,7 +34,7 @@ fetch:
@rm -f $(LIBS_DIR)/*.zip
build:
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN) main.go
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
run:
./$(BIN_NAME)