diff --git a/Makefile b/Makefile index bb0e6c3..5198a59 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ _BUILDDIR = $(shell realpath $(BUILDDIR))/ build: build-server build-container build-extra build-server: - cd server/ && CGO_ENABLED=0 go build -o $(_BUILDDIR)/docker4ssh + cd server/ && go build -o $(_BUILDDIR)/docker4ssh build-container: DEBUG=false build-container: