mirror of
https://git.collinwebdesigns.de/vgpu/gridd-unlock-patcher.git
synced 2025-12-22 05:20:00 +00:00
Initial commit
This commit is contained in:
11
build.sh
Executable file
11
build.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" == "clean" ] || [ "$1" == "rebuild" ]; then
|
||||
rm -rf build gridd-unlock-patcher
|
||||
fi
|
||||
|
||||
if [ "$1" == "rebuild" ] || [ "$1" != "clean" ]; then
|
||||
mkdir -p build; cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release .. && make -j$(nproc) && mv gridd-unlock-patcher ..
|
||||
cd ..
|
||||
fi
|
||||
Reference in New Issue
Block a user