add to gui

This commit is contained in:
Avery Haas
2026-08-31 23:57:40 -04:00
parent 120e4f505f
commit 1175b498b0
11 changed files with 90 additions and 5 deletions
+4
View File
@@ -32,4 +32,8 @@ $(TARGET): $(OBJS)
clean:
rm -f $(OBJS) $(TARGET)
run:
make
./engine_sim
.PHONY: clean