Skip to content

Commit a47c53f

Browse files
committed
Added CMake wrapper for convenience
1 parent 5b989d3 commit a47c53f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

make.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
mkdir -p build
4+
cd build
5+
cmake ..
6+
make $@

0 commit comments

Comments
 (0)