Tweaked makefile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#config
|
#config
|
||||||
INCLUDES+=.
|
INCLUDES+=. ..
|
||||||
LIBS+=
|
LIBS+=
|
||||||
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ CXXSRC=$(wildcard *.cpp)
|
|||||||
OBJDIR=obj
|
OBJDIR=obj
|
||||||
OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
|
OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
|
||||||
|
|
||||||
OUTDIR=.
|
OUTDIR=..
|
||||||
OUT=libturtlegui.a
|
OUT=libturtlegui.a
|
||||||
|
|
||||||
#targets
|
#targets
|
||||||
|
|||||||
Reference in New Issue
Block a user