SOURCES = $(wildcard $(CALC)/*/*.mk) #Check for makefiles in subdirectories.

$(info Detected mod makefiles are [${SOURCES}].)

include $(SOURCES) #Include the rules specified on those files.
