diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-25 12:34:57 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-25 12:34:57 (EDT) |
commit | 6b39fa811b8b9f7c6e22aa06be0275f5cc87fe73 (patch) | |
tree | f30ab94ae735f17bf131167a6e8c6279572bc536 | |
parent | d08c1c507e7302b16077ed5d480f564be7ac7161 (diff) |
build: Add "build" and "install" target commands
-rwxr-xr-x | build | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ nop: @: build: + oh-autoconfigure + oh-autobuild touch $@ install: build + oh-autoinstall + rm dest/usr/lib/$(OPK_HOST_ARCH)/libjpeg.la + oh-fixperms + oh-strip + oh-installfiles |