testing stuff

This commit is contained in:
sam 2024-05-03 22:52:53 +12:00
parent e50d043952
commit b3ee3f3357
18 changed files with 2820 additions and 48 deletions

View file

@ -19,6 +19,9 @@ objdir:
run: $(BINARY)
./$(BINARY)
debug: $(BINARY)
gdb $(BINARY)
clean:
rm -rf $(OBJ) $(BINARY)