dungeon/build.sh
2017-12-27 12:43:38 +01:00

6 lines
66 B
Bash
Executable file

#!/bin/bash
cd build
cmake .. && make -j4 && mv dungeon ..
cd ..