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 cd8f592..de2a784 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,9 @@ COMPLETIONS=completions/bash/email-print-mime-structure
all: $(MANPAGES) $(COMPLETIONS)
+check:
+ ./tests/email-print-mime-structure.sh
+
clean:
rm -f $(MANPAGES)
rm -rf completions