gb6/system6/compile.sh

7 lines
157 B
Bash
Raw Normal View History

2019-10-22 04:49:08 +00:00
#!/bin/sh
mkdir -p build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../../../Retro68-build/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake
make
cd ..