Started simplifying main.c by modularizing different subsystems
This commit is contained in:
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ LDLIBS =
|
||||
# add include paths (start with -I)
|
||||
INC =
|
||||
|
||||
# finds all your objects that corrispond to your .cpp files, system agnostic version
|
||||
# finds all your objects that corrispond to your .c files, system agnostic version
|
||||
OBJECTS := $(patsubst $(SRC_DIR)/%.c, $(BUILD_DIR)/%.o, $(wildcard $(SRC_DIR)/*.c))
|
||||
|
||||
.PHONY: all
|
||||
|
Reference in New Issue
Block a user