Initial QSfera import
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
GOOS := linux ## only linux is supported
|
||||
GOARCH := $(shell go env GOARCH)
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
GOWORK=off \
|
||||
GOOS=$(GOOS) \
|
||||
GOARCH=$(GOARCH) \
|
||||
go build -o bin/ocwrapper
|
||||
Reference in New Issue
Block a user