We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bd0f1 commit 51b19f7Copy full SHA for 51b19f7
Makefile
@@ -7,8 +7,8 @@ export EXECUTABLE := warsofcatan
7
ALLFILES := $(wildcard $(SRC_HOME)/*) $(wildcard $(INCL_HOME)/*)
8
export CXX := g++
9
export LD := g++
10
-export CXXFLAGS := -g -I$(INCL_HOME) -std=c++0x -Wall
11
-export LDFLAGS := -lSDL2 -lGL -lGLU
+export CXXFLAGS := -g -I$(INCL_HOME) -std=c++0x -Wall -I/usr/local/include
+export LDFLAGS := -L/usr/local/lib -lSDL2 -lGL -lGLU -Wl,-R/usr/local/lib
12
13
.PHONY: all
14
all: $(EXECUTABLE)
0 commit comments