summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick 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)
commitf0b2437f4209057dd527999559173958e1bd9553 (patch)
tree3f4cfd8662302cdf649fcf0f2ae21b68e9c99f9e /build
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-xbuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..a024c3f
--- /dev/null
+++ b/build
@@ -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