Initial project setup
Some checks failed
Build / Build (push) Failing after 31s

This commit is contained in:
2026-05-31 22:33:57 -04:00
commit 2bd126f46f
24 changed files with 794 additions and 0 deletions

13
scripts/clean.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
cd ..
cd build/debug || exit
ninja clean
cd ..
cd release || exit
ninja clean
cd ..
cd relwithdeb || exit
ninja clean