gb6/system6/compile.sh
2019-10-21 23:49:08 -05:00

7 lines
157 B
Bash
Executable File

#!/bin/sh
mkdir -p build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../../../Retro68-build/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake
make
cd ..