diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-27 13:59:40 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-27 13:59:40 (EDT) |
commit | 3e48755b7c7927ac29839cd03b9f7017e27725f1 (patch) | |
tree | 18552596327a17c89dad54da7bc5e6d330f5c901 | |
parent | 44bd936b034b69aa73bd6595d2ce04394e937a1b (diff) |
build: Add "install" target.
-rwxr-xr-x | build | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,3 +7,7 @@ nop: build: oh-autobuild -T all + touch $@ + +install: build + oh-autoinstall |