mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 11:14:20 +00:00
11 lines
151 B
Bash
Executable File
11 lines
151 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Linux (x64)
|
|
make config=debug_linux-x64
|
|
|
|
# Linux (x86)
|
|
make config=debug_linux-x86
|
|
|
|
# Linux (arm64)
|
|
make config=debug_linux-arm64
|