summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-04 15:54:33 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-04 15:54:33 (EDT)
commitd4827ace5591588ae1f3ff4f3c083212bd371f42 (patch)
tree4be5dbade5c9e3ce8f5ab7856e26d3a985f1d521 /build
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-xbuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..67a7023
--- /dev/null
+++ b/build
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+include ../source.mk
+
+nop:
+ @:
+
+build:
+ oh-autoconfigure
+ oh-autobuild
+ touch $@
+
+install: build
+ oh-autoinstall
+ oh-fixperms
+ oh-strip
+ oh-installfiles