simplify_static_dir/Makefile

9 lines
95 B
Makefile

PROVE = prove -rv
TESTS_DIR = t
test:
$(PROVE) -l -I$(TESTS_DIR) $(TESTS_DIR)
.PHONY: test