From 2af733ac52fcd9c2b47285d5184c156f0a972be6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 16:45:32 +0200 Subject: Add missing dependency --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v1.1