mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-22 20:18:33 -04:00
remove -i flag on build
This commit is contained in:
1 file changed
+1
-5
+1
-5
@@ -11,11 +11,7 @@ else
|
||||
UNAME := $(shell uname -s)
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME), Darwin)
|
||||
GOBUILD ?= go build -i
|
||||
else
|
||||
GOBUILD ?= go build
|
||||
endif
|
||||
GOBUILD ?= go build
|
||||
|
||||
SOURCES ?= $(shell find . -name "*.go" -type f -not -path "./node_modules/*")
|
||||
|
||||
|
||||
Reference in new issue
Block a user