1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-19 07:02:51 +00:00

Makefile: fix go build invocation

This commit is contained in:
Umar Getagazov 2022-03-24 22:54:06 +07:00
parent f1b45dc2ac
commit 6826e93667

View File

@ -10,7 +10,7 @@ all: mycorrhiza
mycorrhiza: mycorrhiza:
$(GO) generate $(GOFLAGS) $(GO) generate $(GOFLAGS)
$(GO) build $(GOFLAGS) . -o mycorrhiza $(GO) build $(GOFLAGS) -o mycorrhiza .
install: install:
mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1