diff --git a/Makefile b/Makefile index 1a60b686f..407b3b3b0 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ OS := $(shell uname) TAGS = "" BUILD_FLAGS = "-v" ifeq ($(OS),Linux) - BUILD_FLAGS += " -buildmode=pie" + BUILD_FLAGS += "-buildmode=pie" endif RELEASE_ROOT = "release"