X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=Makefile;fp=Makefile;h=a7334eec53188d380acf21b2d6afdf65491a2494;hp=370828e214f1a56542b5dbbe77c69a41d70f5539;hb=e9070b6571e0fffb70b5a7f0625906d1627b37c1;hpb=5c69b226e45df981db338dd859ef1d95e9be8f96 diff --git a/Makefile b/Makefile index 370828e..a7334ee 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ warn = -pedantic -Wall CFLAGS = $(warn) $(opt) $(dbg) $(incpath) -fopenmp CXXFLAGS = -std=c++11 $(warn) $(opt) $(dbg) $(incpath) -fopenmp LDFLAGS = $(libpath) -ldrawtext $(libgl_$(sys)) $(libal_$(sys)) -lm -lgmath -lvmath \ - -limago -lresman -lpthread -lassimp -ltreestore -lgoatvr \ + -limago -lresman -lpthread -lassimp -ltreestore -lgoatvr -lassman \ `pkg-config --libs sdl2 freetype2` -lpng -ljpeg -lz -lvorbisfile -lgomp sys ?= $(shell uname -s | sed 's/MINGW.*/mingw/')