mirror of
https://github.com/kentaromiura/NativeReactLikeInMacintosh.git
synced 2024-11-21 06:31:01 +00:00
9 lines
200 B
Makefile
9 lines
200 B
Makefile
all:
|
|
node makeResource.js > dialog.r
|
|
rm -Rf build
|
|
mkdir build
|
|
cd build && cmake .. -DCMAKE_TOOLCHAIN_FILE=~/github/R68/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake
|
|
cd build && make
|
|
|
|
|