Removed build script, will use makefile instead
1 files changed, 0 insertions(+), 14 deletions(-) D build.sh
D build.sh => build.sh +0 -14
@@ 1,14 0,0 @@ #!/bin/sh -e export PLAYDATE_SDK_PATH="/home/neauoire/Documents/playdate/PlaydateSDK-1.13.1" # make clean # mkdir build # cd build # cmake -DCMAKE_BUILD_TYPE=Release .. # make mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/home/neauoire/Documents/playdate/PlaydateSDK-1.13.1/C_API/buildsupport/arm.cmake .. make