initial commit

This commit is contained in:
sid 2026-05-13 18:23:02 +02:00
commit 823f030974
8 changed files with 461 additions and 0 deletions

6
build.sh Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
make clean
mkdir -p build
bear -- make