diff options
author | David T. Stanford <dstanford@daemonbox.net> | 2012-11-21 11:19:44 (EST) |
---|---|---|
committer | David T. Stanford <dstanford@daemonbox.net> | 2012-11-21 11:19:44 (EST) |
commit | d404afe72dcc02f293506712945b63e2d777181d (patch) | |
tree | aefd6446ee08dd9ee7370228aac2600518a4520c /build |
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +#! /usr/bin/make -f + +nop: + @: + +configure: + oh-autoconfigure + touch $@ + +build: configure + oh-autobuild + oh-autotest + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles |