summaryrefslogtreecommitdiffstats
path: root/build/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/make.sh')
-rwxr-xr-xbuild/make.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/make.sh b/build/make.sh
new file mode 100755
index 0000000..9888f1e
--- /dev/null
+++ b/build/make.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# call cmake with right folder
+cmake ../vmchooser/
+
+# call GNU make
+make