From f0b2437f4209057dd527999559173958e1bd9553 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 01 Jul 2019 21:42:25 -0400 Subject: Initial commit --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..a024c3f --- /dev/null +++ b/build @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +nop: + @: + +build: + oh-autoconfigure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles + oh-shlibdeps -- cgit v0.9.1