summaryrefslogtreecommitdiff
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 7e0c095..c1a4fbf 100644
--- a/makefile
+++ b/makefile
@@ -9,6 +9,7 @@ default := $(out_base)/
test := $(out_base)/.test
install := $(out_base)/.install
clean := $(out_base)/.clean
+cleandoc := $(out_base)/.cleandoc
# Build.
#
@@ -37,6 +38,8 @@ $(clean): $(out_base)/cli/.clean \
$(out_base)/examples/.clean \
$(out_base)/tests/.clean
+$(cleandoc): $(out_base)/doc/.cleandoc
+
$(call include,$(bld_root)/install.make)
$(call import,$(src_base)/cli/makefile)