summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4e2686c..9ce3deae 100644
--- a/Makefile
+++ b/Makefile
@@ -128,6 +128,9 @@ lint: $(LLNS)
clean:
rm -f $(CLEAN)
+cleanlint:
+ rm -f $(LNS) $(LLNS)
+
dist: mdocml-$(VERSION).tar.gz
port: mdocml-oport-$(VERSION).tar.gz
@@ -141,7 +144,7 @@ installwww: www
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/mdocml.tar.gz
install -m 0444 mdocml-oport-$(VERSION).tar.gz $(PREFIX)/ports-openbsd/mdocml.tar.gz
-regress::
+regress: mdoclint
@for f in $(FAIL); do \
echo "./mdoclint $$f" ; \
./mdoclint $$f 2>/dev/null || continue ; exit 1 ; done