mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-08 00:13:06 +00:00
Fix indent
This commit is contained in:
parent
6e52a7106d
commit
5de8ec1728
4
Makefile
4
Makefile
@ -34,8 +34,8 @@ fetch:
|
||||
rm -f $(LIBS_DIR)/*.zip
|
||||
|
||||
build:
|
||||
@echo "CGO_CFLAGS=$(CGO_CFLAGS)"
|
||||
@echo "CGO_LDFLAGS=$(CGO_LDFLAGS)"
|
||||
@echo "CGO_CFLAGS=$(CGO_CFLAGS)"
|
||||
@echo "CGO_LDFLAGS=$(CGO_LDFLAGS)"
|
||||
ls -l $(LIBS_DIR)
|
||||
CGO_ENABLED=1 CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" go build -o $(BIN_NAME) main.go
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user