From 52828ecf202a30cbd4b1092b132059c07ad90559 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Mon, 30 Oct 2023 14:24:05 +0100 Subject: [PATCH] chore(Makefile): move .PHONY target nothing to the end of the file --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 654c372a6..3789a7ec3 100644 --- a/Makefile +++ b/Makefile @@ -34,10 +34,6 @@ CT_COVER_EXPORT_PREFIX ?= $(PROFILE) export REBAR_GIT_CLONE_OPTIONS += --depth=1 -.PHONY: nothing -nothing: - @: - .PHONY: default default: $(REBAR) $(PROFILE) @@ -324,3 +320,7 @@ clean-test-cluster-config: .PHONY: spellcheck spellcheck: ./scripts/spellcheck/spellcheck.sh _build/docgen/$(PROFILE)/schema-en.json + +.PHONY: nothing +nothing: + @: