From 4a39f5474ccd54e48de8d55a30970e8a3d599b65 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 5 Apr 2017 19:34:23 -0400 Subject: add syntax check test --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index eec6fe4..fe3a06c 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,9 @@ man/%: man/%.txt Makefile -a manversion=$(VERSION) \ -a manmanual="$(PACKAGE_NAME) manual" $< +check: $(BINPROGS) + @for f in $(BINPROGS); do bash -O extglob -n $$f; done + clean: $(RM) $(BINPROGS) $(MANPAGES) -- cgit v1.2.3-54-g00ecf