Skip to content

Commit

Permalink
Restore make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma authored and tarokkk committed Sep 1, 2020
1 parent 8f2371e commit 74ed18a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export PATH := $(PWD)/bin:$(PATH)

all: manager

# Generate docs
.PHONY: docs
docs:
go run cmd/docs.go

bin/golangci-lint: bin/golangci-lint-${GOLANGCI_VERSION}
@ln -sf golangci-lint-${GOLANGCI_VERSION} bin/golangci-lint
bin/golangci-lint-${GOLANGCI_VERSION}:
Expand Down

0 comments on commit 74ed18a

Please sign in to comment.