From 20037a10ca63e05f3b785e98ebf3747a4b811848 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 18 Oct 2018 07:33:54 +0200 Subject: add non-monitor build wrapper --- mpm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 mpm (limited to 'mpm') diff --git a/mpm b/mpm new file mode 100755 index 0000000..95b6e0e --- /dev/null +++ b/mpm @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +for i in info program monitor; do + make -B "$@" $i +done -- cgit v1.2.3