remove -i flag on build
This commit is contained in:
+1
-5
@@ -11,11 +11,7 @@ else
|
|||||||
UNAME := $(shell uname -s)
|
UNAME := $(shell uname -s)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(UNAME), Darwin)
|
GOBUILD ?= go build
|
||||||
GOBUILD ?= go build -i
|
|
||||||
else
|
|
||||||
GOBUILD ?= go build
|
|
||||||
endif
|
|
||||||
|
|
||||||
SOURCES ?= $(shell find . -name "*.go" -type f -not -path "./node_modules/*")
|
SOURCES ?= $(shell find . -name "*.go" -type f -not -path "./node_modules/*")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user