mirror of
https://github.com/tschak909/platotermClassicMac.git
synced 2024-12-28 03:29:20 +00:00
5 lines
212 B
Bash
Executable File
5 lines
212 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf build && mkdir build && cd build
|
|
cmake .. -DCMAKE_TOOLCHAIN_FILE=~/Retro68/Retro68build/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake && make && cp PLATOTERM.dsk /mnt/d/BasiliskII/
|