chore(Makefile): move .PHONY target nothing to the end of the file

This commit is contained in:
Ivan Dyachkov 2023-10-30 14:24:05 +01:00
parent f463eff02d
commit 52828ecf20
1 changed files with 4 additions and 4 deletions

View File

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