mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-04 06:23:07 +00:00
Fix BIN_NAME variable
This commit is contained in:
parent
3dd812b407
commit
afd7d2fc62
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ fetch:
|
|||||||
@rm -f $(LIBS_DIR)/*.zip
|
@rm -f $(LIBS_DIR)/*.zip
|
||||||
|
|
||||||
build:
|
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:
|
run:
|
||||||
./$(BIN_NAME)
|
./$(BIN_NAME)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user