Refactor start

This commit is contained in:
RochesterX
2026-01-28 10:48:41 -05:00
parent d36115878b
commit 23877f7a3f
8 changed files with 48 additions and 198 deletions

View File

@@ -15,7 +15,7 @@ OBJ= $(patsubst $(SRC_PATH)/%.cpp,$(OBJ_PATH)/%.o,$(CPP_SRC)) \
#//OBJ= $(OBJS:.o)
# CC specifies which compiler we're using
CC = g++
CC = clang++
RM = rm
# INCLUDE_PATHS specifies the additional include paths we'll need