Initial code

This commit is contained in:
2024-04-14 22:46:40 +02:00
parent 0a9522ba96
commit d6e506eaeb
5 changed files with 101 additions and 0 deletions

4
Makefile Normal file
View File

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