2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-01 14:07:41 +00:00
OpenAssetTools/scripts/make-clean.sh

7 lines
169 B
Bash
Executable File

#!/bin/bash
# Go to repository root
cd "$(dirname "$0")/.." || exit 2
make -C build -j$(nproc) config=debug_x86 clean
make -C build -j$(nproc) config=release_x86 clean