1target: intermed ; testhelp file $@
2
3.INTERMEDIATE: intermed
4intermed: | phony ; testhelp file $@
5
6.PHONY: phony
7phony: ; : phony
1target: intermed ; testhelp file $@
2
3.INTERMEDIATE: intermed
4intermed: | phony ; testhelp file $@
5
6.PHONY: phony
7phony: ; : phony