summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index e196fe2..9ec8da3 100644
--- a/makefile
+++ b/makefile
@@ -16,7 +16,7 @@ clean := $(out_base)/.clean
# Build.
#
-$(default): $(out_base)/cli/
+$(default): $(out_base)/cli/ $(out_base)/tests/
# Test.
#
@@ -37,7 +37,7 @@ $(install): $(out_base)/cli/.install \
# Clean.
#
-$(clean): $(out_base)/cli/.clean
+$(clean): $(out_base)/cli/.clean $(out_base)/tests/.clean
$(call include,$(bld_root)/install.make)