summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 16:45:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 16:45:32 +0200
commit2af733ac52fcd9c2b47285d5184c156f0a972be6 (patch)
tree36d26727f7be287bf5c8bdb1eecdff71ac90347f /makefile
parent6f6c10491ce0e973fe8328508fe2a232c2189016 (diff)
Add missing dependency
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index 238101e..e61730f 100644
--- a/makefile
+++ b/makefile
@@ -37,7 +37,9 @@ $(install): $(out_base)/cli/.install \
# Clean.
#
-$(clean): $(out_base)/cli/.clean $(out_base)/tests/.clean
+$(clean): $(out_base)/cli/.clean \
+ $(out_base)/examples/.clean \
+ $(out_base)/tests/.clean
$(call include,$(bld_root)/install.make)