diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-09 17:23:52 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-09 17:31:00 (EDT) |
commit | debc641386aadbee613f7b03f3463b82ac426231 (patch) | |
tree | bfcaf5369f8ac21e6362c6459c96d5ee172fce3b /build |
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: + +configure: + oh-autoconfigure + touch $@ + +build: configure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles |