mirror of
https://github.com/mlaux/gb6.git
synced 2026-04-19 17:16:48 +00:00
7 lines
154 B
Bash
Executable File
7 lines
154 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 ..
|