diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 21:42:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 21:42:25 (EDT) |
commit | f0b2437f4209057dd527999559173958e1bd9553 (patch) | |
tree | 3f4cfd8662302cdf649fcf0f2ae21b68e9c99f9e /build |
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-x | build | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles + oh-shlibdeps |