Added glad
This commit is contained in:
4
makefile
4
makefile
@@ -4,8 +4,8 @@ CFLAGS := -Wall -Wextra -I headers -ggdb
|
||||
CXXFLAGS := -Wall -Wextra -I headers -l glfw -ggdb
|
||||
|
||||
# List all the source files
|
||||
C_FILES := $(wildcard *.c)
|
||||
CPP_FILES := $(wildcard *.cpp)
|
||||
C_FILES := $(wildcard src/*.c)
|
||||
CPP_FILES := $(wildcard src/*.cpp)
|
||||
|
||||
# Generate corresponding object file names
|
||||
OBJ_FILES := $(C_FILES:.c=.o) $(CPP_FILES:.cpp=.o)
|
||||
|
||||
Reference in New Issue
Block a user