diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-24 17:47:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-24 17:47:11 (EDT) |
commit | 4b879b5d8b74470c798e629743f855cf04626682 (patch) | |
tree | d14cc6d5c54b845870c28c455c1378a7c8c4b808 /build |
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-x | build | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 -k + oh-installfiles |