diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 02:12:41 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 02:14:50 (EDT) |
commit | c3ee68bb6442f6f71e2653e44e7220f0837e2250 (patch) | |
tree | aa192cab4305ff67f294d5df32ea26a087760a74 /build |
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-x | build | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles + oh-shlibdeps |