Remove cmake_all.sh

This commit is contained in:
pudepiedj 2023-10-04 08:27:10 +01:00
parent 18b342dbbb
commit 53663759b1

View file

@ -1,6 +0,0 @@
cd llama.cpp
rm -r build
cmake -B build
cd build
cmake --build . --config Release
cd ..