summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bab225d..14952b6 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ dev : server ## Build debug version of tube
@./tube
server: generate ## Build the tube server
- @$(GOCMD) build -tags "embed netgo static_build" -installsuffix netgo \
+ @$(GOCMD) build -tags "embed static_build" \
-ldflags "-w \
-X $(shell go list).Version=$(VERSION) \
-X $(shell go list).Commit=$(COMMIT)" \