Skip to content

Commit 51b19f7

Browse files
committed
Changing makefile to try to attempt to support the travis-ci servers
1 parent 50bd0f1 commit 51b19f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export EXECUTABLE := warsofcatan
77
ALLFILES := $(wildcard $(SRC_HOME)/*) $(wildcard $(INCL_HOME)/*)
88
export CXX := g++
99
export LD := g++
10-
export CXXFLAGS := -g -I$(INCL_HOME) -std=c++0x -Wall
11-
export LDFLAGS := -lSDL2 -lGL -lGLU
10+
export CXXFLAGS := -g -I$(INCL_HOME) -std=c++0x -Wall -I/usr/local/include
11+
export LDFLAGS := -L/usr/local/lib -lSDL2 -lGL -lGLU -Wl,-R/usr/local/lib
1212

1313
.PHONY: all
1414
all: $(EXECUTABLE)

0 commit comments

Comments
 (0)