From b28954b5f2acf6f1de3a32d01298b230d2300ccd Mon Sep 17 00:00:00 2001 From: fedy95 Date: Tue, 30 Mar 2021 12:23:05 +0300 Subject: [PATCH] cleanup makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba6e96d..8e49b94 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,4 @@ lint: build_yamllint lint_help: build_yamllint docker run --rm -v $(pwd):/data ${REPOSITORY}-${TAG} --help -.DEFAULT_GOAL := build_yamllint +.DEFAULT_GOAL := lint