diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 17:24:08 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 17:24:08 (EST) |
commit | 2a2f1745ace9c33b22831ce67d96416cd229864d (patch) | |
tree | 1e5d8f8065e9593bc9972c1ac126cdefa530f3a6 /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 |