diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |