From 7220dffb119eccff734b297e71b1eaceadc0b881 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 06 Jan 2021 00:50:07 -0500 Subject: Initial commit --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..f418e9a --- /dev/null +++ b/build @@ -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 -- cgit v0.9.1