summaryrefslogtreecommitdiff
path: root/mp
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-10-18 07:33:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-10-18 07:33:54 +0200
commit20037a10ca63e05f3b785e98ebf3747a4b811848 (patch)
tree13915c760de84c91a683e66086f1d69d16573728 /mp
parent6347726748a03ad334fe51718a4ded87c70735eb (diff)
add non-monitor build wrapper
Diffstat (limited to 'mp')
-rwxr-xr-xmp7
1 files changed, 7 insertions, 0 deletions
diff --git a/mp b/mp
new file mode 100755
index 0000000..d8fca9c
--- /dev/null
+++ b/mp
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+for i in info program; do
+ make -B "$@" $i
+done