First actual commit, still nothing

This commit is contained in:
Hane 2023-11-12 22:09:59 +01:00
commit c6377b1407
10 changed files with 1162 additions and 0 deletions

5
build.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
if [ ! -d "build" ]; then
mkdir "build"
fi
cmake --preset=hane . && make -C build