summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-06-12 16:58:52 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-06-12 16:58:52 +0200
commit0a9ba0f24b4d60dee65dc1a78a778fb7a373001b (patch)
tree4dc7371b3e3029de20ab84b0aa0a65b22013c0f1 /compile.sh
parent63ab384440a6e6813196b914813914bc43674fa8 (diff)
Updated compile and run scripts
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
new file mode 100755
index 0000000..c89b8f8
--- /dev/null
+++ b/compile.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cmake .
+make