Minor (complete) refactor #38

Merged
sam merged 20 commits from small-things into master 2022-07-26 00:32:32 +00:00
Showing only changes of commit 5787ee571f - Show all commits

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