diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-12 09:46:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-12 09:46:52 +0200 |
commit | 911d44c712941ad473c78621595be1285506dc78 (patch) | |
tree | 3ee79b094375debc96bc64c2ab9dc73d196797ee /makefile | |
parent | c6ae0ff1182f96b6d7bb17563e68f10baf45fa1a (diff) |
Implement the install target
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ test: $(out_base)/libcutl/.test # Install. # -install: +install: $(out_base)/libcutl/.install # Clean. # |