summaryrefslogtreecommitdiff
path: root/example/makefile
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-02-28 11:05:31 -0500
committerknolax <1339802534.kk@gmail.com>2017-02-28 11:05:31 -0500
commitcf3f284a5f24bd02006e9ff929cc29d10c428a3e (patch)
treee23fabd9a851ffdce0b48783c1903f40b6bfe573 /example/makefile
parent0c2c626fbdfd7836f086eb8f4039a394368b7974 (diff)
textures loaded properly now but without functional alpha layer.
Diffstat (limited to 'example/makefile')
-rw-r--r--example/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/makefile b/example/makefile
index 578059f..4a86980 100644
--- a/example/makefile
+++ b/example/makefile
@@ -1,5 +1,5 @@
main : main.o
- g++ main.o -o main -L/home/knolax/code/cpp/gfx -lgui -lgfx -lSDL2 -lSDL2_ttf -L/home/knolax/code/cpp/glgfx -lglgfx -lGLEW -lGL
+ g++ main.o -o main -L/home/knolax/code/cpp/gfx -lgui -lgfx -lSDL2 -lSDL2_ttf -L/home/knolax/code/cpp/glgfx -lglgfx -lGLEW -lGL -lSOIL
main.o : main.cpp
g++ -c main.cpp -I/home/knolax/code/cpp/gfx -I/home/knolax/code/cpp/glgfx
clean :