We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b989d3 commit a47c53fCopy full SHA for a47c53f
make.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+mkdir -p build
4
+cd build
5
+cmake ..
6
+make $@
0 commit comments