include Makefile.cfg recTestVar = Hallo #export recTestVar .PHONY: recTest recTest: echo ${recTestVar} make -e --file=Makefile.sub