diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 19:13:32 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 19:39:27 (EST) |
commit | bac9cbc6305662b3d47cff9a2583533a52bb0934 (patch) | |
tree | 2bae93f2d91f69174c72bfe48e5266fca8b0c467 /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 |