fix makefile
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-07-24 19:59:29 +02:00
parent 2f9851baea
commit 5787ee571f
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -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 ""