Make make with no params do the right thing.
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,6 +15,8 @@ GOLANGCI_LINT_VERSION := v1.31.0
|
||||
# built tags needed for wwbuild binary
|
||||
WW_BUILD_GO_BUILD_TAGS := containers_image_openpgp containers_image_ostree
|
||||
|
||||
all: setup_tools vendor wwctl wwclient
|
||||
|
||||
# set the go tools into the tools bin.
|
||||
setup_tools: $(GO_TOOLS_BIN) $(GOLANGCI_LINT)
|
||||
|
||||
@@ -42,8 +44,6 @@ lint:
|
||||
@echo Running golangci-lint...
|
||||
@$(GOLANGCI_LINT) run --build-tags "$(WW_BUILD_GO_BUILD_TAGS)" ./...
|
||||
|
||||
all: vendor wwctl wwclient
|
||||
|
||||
debian: all
|
||||
|
||||
files: all
|
||||
|
||||
Reference in New Issue
Block a user