summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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)