X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=Makefile;h=c3de574f0dc27e051d5dbc525acadd09d8e7096d;hp=dcb3c868ad333a99bc8ef98c880727f4970f31ce;hb=dfbd5842ef2f270e7d83507c4ba7bed005eea780;hpb=dd39621d642e417f1e343cbf813205a658272639 diff --git a/Makefile b/Makefile index dcb3c86..c3de574 100644 --- 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 -lgoatvr -loptcfg `pkg-config --libs sdl2` ifeq ($(shell uname -s), Darwin)