mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-05 14:42:42 -07:00
working on linux build scripts
This commit is contained in:
9
scripts/clean.sh
Normal file
9
scripts/clean.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
path_root="$(git rev-parse --show-toplevel)"
|
||||
path_backend="$path_root/backend"
|
||||
path_build="$path_root/build"
|
||||
path_examples="$path_root/examples"
|
||||
path_scripts="$path_root/scripts"
|
||||
path_thirdparty="$path_root/thirdparty"
|
||||
|
||||
if [ -d "$path_build" ]; then rm -rf "$path_build"; fi
|
||||
# if [ -d "$path_thirdparty" ]; then rm -rf "$path_thirdparty"; fi
|
Reference in New Issue
Block a user