mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
9 lines
77 B
Makefile
9 lines
77 B
Makefile
|
PROVE = prove -rv
|
||
|
|
||
|
TESTS_DIR = t
|
||
|
|
||
|
test:
|
||
|
$(PROVE) $(TESTS_DIR)
|
||
|
|
||
|
.PHONY: test
|