diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-06 00:50:07 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-06 01:11:04 (EST) |
commit | 7220dffb119eccff734b297e71b1eaceadc0b881 (patch) | |
tree | c32292778c3d26999dab97bce4a7710c6956bd0a /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-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles + oh-shlibdeps |