summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-06-12 19:14:45 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-06-12 19:14:45 +0200
commit2403600e2ad3375fbd77f09900c73fba530a07ad (patch)
tree9f82185483224a01f2fc48de8f18ccebb954f8b5 /compile.sh
parenta760c17178178b2a945be93ef484906afc53bd3b (diff)
Renamed to spacebot
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/compile.sh b/compile.sh
index c89b8f8..a073c19 100755
--- a/compile.sh
+++ b/compile.sh
@@ -1,4 +1,3 @@
#!/bin/sh
-cmake .
-make
+cmake . && make