mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 13:08:26 -05:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
.PHONY: build
|
|
|
|
GOARCH := $(shell go env GOARCH)
|
|
|
|
build:
|
|
env GOOS=linux GOARCH=$(GOARCH) go build -o bin/ocwrapper
|