PROVE ?= prove POE_TEST_OPTS ?= T := t0000-basic.sh HELPERS := helpers/malloc all: test test: $(HELPERS) $(PROVE) $(T) :: $(POE_TEST_OPTS) .PHONY: all test