Files
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

10 lines
173 B
Makefile

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