aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/cmake/2_make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cmake/2_make.sh')
-rwxr-xr-xcontrib/cmake/2_make.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/cmake/2_make.sh b/contrib/cmake/2_make.sh
new file mode 100755
index 0000000..1717d77
--- /dev/null
+++ b/contrib/cmake/2_make.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd release
+make \ No newline at end of file