Merge remote-tracking branch 'origin/sdl2' into dev
This commit is contained in:
commit
10102d0434
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ DIRS =$(shell find ./src -maxdepth 3 -type d)
|
|||
SOURCE = $(foreach dir,$(DIRS),$(wildcard $(dir)/*.cpp))
|
||||
OBJS = $(patsubst %.c,%.o,$(patsubst %.cpp,%.o,$(SOURCE)))
|
||||
|
||||
INCLUDE =-I./include
|
||||
INCLUDE =-I./include `sdl2-config --cflags`
|
||||
CFLAGS = -g -w -O3 $(INCLUDE)
|
||||
CXXFLAGS= $(CFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue