[ox] Remove Ox

This commit is contained in:
2026-05-05 22:00:36 -05:00
parent 88e901e214
commit 591fa2d969
455 changed files with 0 additions and 52833 deletions
-8
View File
@@ -1,8 +0,0 @@
#! /usr/bin/env bash
set -e
for f in $(find $1 -maxdepth 1 -mindepth 1 -type d)
do
cmake --build "$f" --target $2 --
done