summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2022-08-01 14:28:03 +1000
committerJames Mills <prologic@shortcircuit.net.au>2022-08-01 14:28:03 +1000
commit31040303f7c20939ff1009836e90f7586fc8b118 (patch)
treef1445d07da72e6d7e351afdd211dd788a6371dda /Makefile
parentc011bbae0c52f60f9dcd2972fc4db845744356b0 (diff)
Remove deprecated netgo build tag (Fixes #4)
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)" \