fix makefile
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
2f9851baea
commit
5787ee571f
1 changed files with 1 additions and 7 deletions
8
Makefile
8
Makefile
|
@ -46,15 +46,9 @@ vet: *.go
|
|||
lint: fmt vet
|
||||
-golangci-lint run
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
install:
|
||||
$(GO) install $(GOFLAGS) .
|
||||
else
|
||||
install: $(PROG)
|
||||
install $(PROG) $(BINPATH)
|
||||
endif
|
||||
|
||||
|
||||
|
||||
install_doc: doc
|
||||
install doc/$(PROG).1 $(MANPATH)/man1
|
||||
@echo ""
|
||||
|
|
Loading…
Reference in a new issue