Apollo64/build.sh
2023-09-29 23:18:15 -05:00

6 lines
110 B
Bash
Executable file

#!/bin/bash
cd build
cmake -G "Unix Makefiles" ..
make
cd ..
echo "The executable is placed in the bin folder"