Initial commit

This commit is contained in:
2024-02-16 20:58:14 +01:00
commit a7af00864d
5 changed files with 106 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
build/batstat:src/*.cc
g++ -o build/batstat src/*.cc -Iinclude
clean:
rm build/batstat