Files
minecraft-clone/build_and_run.sh
2020-06-19 09:38:38 +02:00

6 lines
46 B
Bash
Executable File

#!/bin/sh
rm test.out
cmake .
make
./test.out