diff --git a/compile_build_copy_pi.sh b/compile_build_copy_pi.sh deleted file mode 100644 index dd67d5d..0000000 --- a/compile_build_copy_pi.sh +++ /dev/null @@ -1,5 +0,0 @@ -rm -rf build -cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=cmake/armv8-rpi3-linux-gnueabihf.cmake -DCROSS_COMPILE_SYSROOT=/home/andrewc/chroots/rpi-buster-armhf -cmake --build build -j$(nproc) -scp build/MDR_Severance pi@192.168.0.219:~/MDR/ -scp -r /home/andrewc/ProjectFiles/MDRSeverance/MDRSeverance/cmake-build-debug/assets/ pi@192.168.0.219:~/MDR/ diff --git a/compile_build_pi.sh b/compile_build_pi.sh deleted file mode 100644 index 2bc36ca..0000000 --- a/compile_build_pi.sh +++ /dev/null @@ -1,3 +0,0 @@ -rm -rf build -cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=cmake/armv8-rpi3-linux-gnueabihf.cmake -DCROSS_COMPILE_SYSROOT=/home/andrewc/chroots/rpi-buster-armhf -cmake --build build -j$(nproc)