François Pinard <pin...@iro.umontreal.ca> writes: > Any Makefile which lists dependencies while expecting them to be > satisfied sequentially, one after another, is broken. Make does not > (theoretically) guarantee the order, while in practice, all "make" > programs I know satisfy dependencies from left to right.
I can then suggest: .PHONY: testclean testclean: test make clean Would that be cleaner ? -- N.