using a texture for the grid is better
[vrfileman] / Makefile
index dcb3c86..998cd34 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ bin = vrfileman
 warn = -pedantic -Wall
 
 CFLAGS = $(warn) $(opt) $(dbg) $(inc) `pkg-config --cflags sdl2`
-CXXFLAGS = $(warn) $(opt) $(dbg) $(inc) `pkg-config --cflags sdl2`
-LDFLAGS = $(libgl) -lgmath `pkg-config --libs sdl2`
+CXXFLAGS = -std=c++11 $(warn) $(opt) $(dbg) $(inc) `pkg-config --cflags sdl2`
+LDFLAGS = $(libgl) -lgmath -limago `pkg-config --libs sdl2`
 
 
 ifeq ($(shell uname -s), Darwin)