begin refactor

This commit is contained in:
SowinskiBraeden committed 2025-07-24 22:34:48 -07:00
1 parent b904ca8535
commit 969557cea5
10 files changed
+383 -505

No files matched your search

+3
View File
@@ -28,4 +28,7 @@ $(BIN_DIR) $(OBJ_DIR):
clean:
@$(RM) -rv $(BIN_DIR) $(OBJ_DIR)
run:
@$(BIN_DIR)/main
-include $(OBJ:.o=.d)