summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
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