mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Go to repository root
|
|
cd "$(dirname "$0")/.." || exit 2
|
|
|
|
make -C build -j$(nproc) config=debug_x86 all |