From 86214520a76597ba1659273b0f4ed7f3dae1737a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 06 Jan 2021 07:24:15 -0500 Subject: Initial release --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..f6671e4 --- /dev/null +++ b/build @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles + oh-shlibdeps -- cgit v0.9.1