mirror of https://github.com/axmolengine/axmol.git
7 lines
52 B
Bash
7 lines
52 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake ../..
|
||
|
make
|