mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 19:29:49 -06:00
9 lines
124 B
Makefile
9 lines
124 B
Makefile
|
|
ifeq ($(MAKE_DEPTH),)
|
|
MAKE_DEPTH := 0
|
|
else
|
|
$(eval MAKE_DEPTH := $(shell echo "$$(( $(MAKE_DEPTH) + 1 ))" ) )
|
|
endif
|
|
|
|
export
|