aboutsummaryrefslogtreecommitdiff
path: root/smelt/glfw/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'smelt/glfw/makefile')
-rw-r--r--smelt/glfw/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/smelt/glfw/makefile b/smelt/glfw/makefile
index e325ff3..d487454 100644
--- a/smelt/glfw/makefile
+++ b/smelt/glfw/makefile
@@ -1,5 +1,5 @@
CC= g++
-CXXFLAGS= -c -g -O2 -std=c++11 -Wall -I../include -D_LINUX -fPIC
+CXXFLAGS= -c -g -O2 -std=c++11 -Wall -I../../include -D_LINUX -fPIC
TARGET= libsmelt.a
all: objects-normal archive-normal