mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-04-21 10:13:15 +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:
|
||||
$(GO) generate $(GOFLAGS)
|
||||
$(GO) build $(GOFLAGS) . -o mycorrhiza
|
||||
$(GO) build $(GOFLAGS) -o mycorrhiza .
|
||||
|
||||
install:
|
||||
mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
|
||||
|
Loading…
x
Reference in New Issue
Block a user