Fixed parameter passing logic

This commit is contained in:
2025-04-06 11:20:56 +02:00
parent 01e4ab5f31
commit 373b6f44f8
11 changed files with 425 additions and 388 deletions

View File

@ -47,6 +47,7 @@ $(BUILD_DIR)/%.o: $(SRC_DIR)/%.s
# Clean target
clean:
rm $(BUILD_DIR)/*
rm $(EXECUTABLE_PATH)
# Debug build target
debug: CXXFLAGS += -DDEBUG -g