first version

This commit is contained in:
2026-02-08 22:29:45 +01:00
commit d1e54774a7
15 changed files with 1355 additions and 0 deletions

12
makefile Normal file
View File

@@ -0,0 +1,12 @@
debug:
go run -tags "debug" ./...
all: clean build
clean:
echo "* Cleaning the output directory"
rm -rf build
build:
echo "* Building the binary"
./build.sh