Make make with no params do the right thing.

This commit is contained in:
Gregory Kurtzer
2021-04-24 18:50:10 -07:00
parent 7d51e64a51
commit dc3a60cce7

View File

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