diff options
author | P. J. McDermott <pjm@nac.net> | 2013-08-04 13:17:28 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-08-04 13:18:07 (EDT) |
commit | 6273e7575d12a987dde0d20a9026332b6c80a997 (patch) | |
tree | 2e14c6a35446bf50333d0cbf5534efa8f468f3fd /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 |