diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-30 17:32:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-30 17:32:31 (EDT) |
commit | 32398b49b22c0281b3e1e582fc897c0eb4f7541e (patch) | |
tree | e2761cd2734e94766dff22f8c71b82459da64f64 /build | |
parent | 83a8a1988f585654260ceecd11514794b68d7b63 (diff) |
build: Run tests, fix file modes, and strip files
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,8 +8,11 @@ nop: build: oh-autoconfigure oh-autobuild + oh-autobuild -T check touch $@ install: build oh-autoinstall + oh-fixperms + oh-strip oh-installfiles |