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
-2
View File
@@ -78,8 +78,6 @@ ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warn
include .bingo/Variables.mk
endif
include .make/recursion.mk
.PHONY: help
help:
@echo "Please use 'make <target>' where <target> is one of the following:"