aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-12 09:47:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-12 09:47:42 +0200
commit96faa70ffa3181ee6ed739b7f0daca87b225f358 (patch)
tree12d5e7c8bfbad615d0dc020f822d6e470318d364 /makefile
parent1005d593da6d3772e4d252907f749baf2364d2ca (diff)
Implement the install target
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b26128f..15adca1 100644
--- a/makefile
+++ b/makefile
@@ -19,7 +19,7 @@ test: $(out_base)/libcutl/.test $(out_base)/cli/.test
# Install.
#
-install:
+install: $(out_base)/cli/.install
# Clean.
#