From 6826e936677017a2b7a837395f00ae20e2ad6756 Mon Sep 17 00:00:00 2001 From: Umar Getagazov Date: Thu, 24 Mar 2022 22:54:06 +0700 Subject: [PATCH] Makefile: fix go build invocation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6343dc6..45d51aa 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: mycorrhiza mycorrhiza: $(GO) generate $(GOFLAGS) - $(GO) build $(GOFLAGS) . -o mycorrhiza + $(GO) build $(GOFLAGS) -o mycorrhiza . install: mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1