Fixed makefile

This commit is contained in:
2016-05-06 23:22:37 +10:00
parent 8085af503f
commit 2cf1c5e5f0
+1 -1
View File
@@ -11,7 +11,7 @@ OBJDIR=obj
OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o)) OBJ+=$(addprefix $(OBJDIR)/,$(CXXSRC:.cpp=.o))
OUTDIR=.. OUTDIR=..
OUT=libturtlegui.a OUT=$(addprefix $(OUTDIR)/,libturtlegui.a)
#targets #targets
all: $(OBJ) $(OUT) all: $(OBJ) $(OUT)