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