main
1 2.PHONY: default 3default:;@echo 'FOO=$(FOO)' 4include hello.mk 5hello.mk:: ; echo 'FOO=bar' > $@