diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 00:23:20 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 00:23:20 (EDT) |
commit | c0c9171f07979141be475e42ff2be4af5730c7f7 (patch) | |
tree | 04677865cf2a334bc948498046b6df557deeadb6 /build |
Initial commit
Diffstat (limited to 'build')
-rwxr-xr-x | build | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + +build: + (cd src && cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr .) + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles |