Files
opencloud/tests/ocwrapper/Makefile
T
Viktor Scharf 991b641248 Update Makefile
2025-01-22 15:18:28 +01:00

7 lines
115 B
Makefile

.PHONY: build
GOARCH := $(shell go env GOARCH)
build:
env GOOS=linux GOARCH=$(GOARCH) go build -o bin/ocwrapper