Makefile: remove unneeded recursion.mk

The MAKE_DEPTH variable is not used anywhere anymore.
This commit is contained in:
Ralf Haferkamp
2025-04-22 16:57:17 +02:00
parent a7fa8d5495
commit 24da3687d9
47 changed files with 0 additions and 55 deletions
-1
View File
@@ -5,7 +5,6 @@ ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warn
include ../.bingo/Variables.mk
endif
include ../.make/default.mk
include ../.make/recursion.mk
include ../.make/go.mk
include ../.make/release.mk
include ../.make/docs.mk