diff --git a/Makefile b/Makefile index cb10ca4..b42025d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX ?= /usr/local lure: internal/config/version.txt - go build + CGO_ENABLED=0 go build clean: rm -f lure