diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 \ |