aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 206b811..6358e29 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@
all: setup
$(MAKE) -f scripts/makefile
+.PHONY: check
+check: all
+ $(MAKE) -C tests check
+
# this kicks all unrecognised targets to the client script.
# note that trying to compile individual files, e.g.
#