diff --git a/Makefile b/Makefile index 5a9e6a3..9829565 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: mycorrhiza mycorrhiza: $(GO) generate $(GOFLAGS) - $(GO) build $(GOFLAGS) -o mycorrhiza . + CGO_ENABLED=0 $(GO) build $(GOFLAGS) -o mycorrhiza . install: mkdir -m755 -p $(DESTDIR)$(SBINDIR) $(DESTDIR)$(MANDIR)/man1