summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-12-16 13:30:48 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-12-16 13:30:48 -0500
commit3d5a69a191906dfe349e679e3586f60805427b02 (patch)
tree0d6c3134fc678684bb0db9abe2eaa248d704efab /mach
parentdb902e77e2442e5fdc4a54d4de6cdf2b65c80320 (diff)
downloadbasilisk-3d5a69a191906dfe349e679e3586f60805427b02.tar.gz
Add Comm Build System
Diffstat (limited to 'mach')
-rw-r--r--mach4
1 files changed, 4 insertions, 0 deletions
diff --git a/mach b/mach
new file mode 100644
index 0000000..0fbedf4
--- /dev/null
+++ b/mach
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+MACH_CMD=./platform/mach
+$MACH_CMD $@