mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-19 15:12:49 +00:00
Makefile: fix go build invocation
This commit is contained in:
parent
f1b45dc2ac
commit
6826e93667
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user