minetest-ubuntu-touch/build.sh

4 lines
49 B
Bash
Raw Normal View History

2017-07-17 06:18:56 -07:00
#!/bin/bash
cmake . -DRUN_IN_PLACE=TRUE
make -j3