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