main
1 2all: blah.x ; @echo $@ 3$(info MAKE_RESTARTS=$(MAKE_RESTARTS)) 4include foo.x 5foo.x: ; @touch $@ 6blah.x: ; @echo $@