summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e1c2cec..c559c725 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ dist: mdocml-$(VERSION).tar.gz
port: mdocml-oport-$(VERSION).tar.gz
-regress::
+regress:: mdocml
@for f in $(FAIL); do \
echo "./mdocml $$f" ; \
./mdocml $$f 2>/dev/null || continue ; exit 1 ; done