diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-10-12 13:02:07 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-10-12 13:02:07 (EDT) |
commit | 84f8760d91dff28aaa707fc8ca2c279ae90b36eb (patch) | |
tree | 0d042a55a8662625a46e8d71bbcfb85da94b8afe /build | |
parent | 1f1879070a8b0df534d6f8ca12c45863f2e7c4d6 (diff) |
build: Add "build" target
Diffstat (limited to 'build')
-rwxr-xr-x | build | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,3 +4,8 @@ include ../source.mk nop: @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ |