summaryrefslogtreecommitdiffstats
path: root/compile
diff options
context:
space:
mode:
Diffstat (limited to 'compile')
-rwxr-xr-xcompile4
1 files changed, 4 insertions, 0 deletions
diff --git a/compile b/compile
new file mode 100755
index 0000000..8310bc9
--- /dev/null
+++ b/compile
@@ -0,0 +1,4 @@
+#!/bin/sh
+DIR=./build
+[ -d $DIR ] || meson $DIR
+ninja -C$DIR