Explorar o código

Makefile: fix string concatenation

Unknwon %!s(int64=8) %!d(string=hai) anos
pai
achega
a5afa37203
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
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"