mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-05-21 08:39:27 +00:00
Update Makefile
This commit is contained in:
parent
fd0452e3cc
commit
96b9f67150
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ endif
|
|||||||
# Configuration for fetching the right binary
|
# Configuration for fetching the right binary
|
||||||
OS ?= "linux"
|
OS ?= "linux"
|
||||||
ARCH ?= "amd64"
|
ARCH ?= "amd64"
|
||||||
VERSION ?= "v0.3.1"
|
VERSION ?= "v0.3.2"
|
||||||
DOWNLOAD_URL := "https://github.com/logos-storage/logos-storage-nim/releases/download/$(VERSION)/libstorage-${OS}-${ARCH}-$(VERSION).zip"
|
DOWNLOAD_URL := "https://github.com/logos-storage/logos-storage-nim/releases/download/$(VERSION)/libstorage-${OS}-${ARCH}-$(VERSION).zip"
|
||||||
|
|
||||||
all: run
|
all: run
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user