diff options
| author | LLLL Colonq <llll@colonq> | 2026-08-17 20:14:16 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-08-17 20:14:16 -0400 |
| commit | de99c5f7636a952025ea13de02bafd25bcb6bdec (patch) | |
| tree | be359424af4f6717103e3b667b6529ae5a4b4e6a /2026/submissions/threecoff/clennis/scripts/build-native.sh | |
| parent | 4d4d1f24721f27fbf37e1070be6414de130ace61 (diff) | |
Fix broken
Diffstat (limited to '2026/submissions/threecoff/clennis/scripts/build-native.sh')
| -rwxr-xr-x | 2026/submissions/threecoff/clennis/scripts/build-native.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/2026/submissions/threecoff/clennis/scripts/build-native.sh b/2026/submissions/threecoff/clennis/scripts/build-native.sh deleted file mode 100755 index 8a0b297..0000000 --- a/2026/submissions/threecoff/clennis/scripts/build-native.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash -# Configure + build the native desktop binary at ./build-native/tennis -set -euo pipefail - -ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" -cd "$ROOT" - -cmake -B build-native -DCMAKE_BUILD_TYPE=Debug -cmake --build build-native -j"$(nproc)" - -echo -echo ">> Built build-native/tennis — run it with: ./build-native/tennis" |
