summaryrefslogtreecommitdiff
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 fe4fcb4..e78c990 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,10 @@ default: all
all:
@$(MAKE) -C src
@$(MAKE) -C test
+ @$(MAKE) -C examples
+
+runtests:
+ @$(MAKE) -C test runtests
config-host.mak: configure
@if [ ! -e "$@" ]; then \