all: test_foo @echo do something... test_foo: test ${foo}
コケるとこんな出力
$ make make: *** [test_foo] Error 1