aboutsummaryrefslogtreecommitdiffstats
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 51ffc83f..6f1d2d4a 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,9 @@ distclean: clean $(subdirs)
rm -f Makefile.settings config.h
find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
+check:
+ $(MAKE) -C tests
+
install-doc:
$(MAKE) -C doc install