Texturing; OBJ loader
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,8 +1,8 @@
|
||||
CXX=g++
|
||||
CXXOPTS=-Og -ggdb -Wall -Wextra -pedantic -std=c++11
|
||||
CXXOPTS=-Og -ggdb -Wall -Wextra -pedantic -Wno-unused-function -Wno-unused-parameter -std=c++11
|
||||
LDOPTS=-flto
|
||||
LIBS=-lGL -lSDL2
|
||||
CXXSRCS=main.cc
|
||||
LIBS=-lGL -lSDL2 -lSDL2_image -lobj
|
||||
CXXSRCS=main.cc objectParser.cc
|
||||
OBJS=$(addprefix objs/,$(CXXSRCS:.cc=.o))
|
||||
|
||||
objs/%.o: %.cc
|
||||
|
||||
Reference in New Issue
Block a user