Added glad
This commit is contained in:
parent
d1403cd681
commit
b045b1e2d3
6 changed files with 3590 additions and 2 deletions
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue