simplify_static_dir/Makefile

9 lines
77 B
Makefile

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