X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=Makefile;fp=Makefile;h=01b444ad9d4b59f52b1738478c5e8fe3c15fbb1d;hp=a62cc1b17ba407d8e8fb59d7db8874fe956096cd;hb=2a5c3d461a983818c82424eef9eeb14761f8b07e;hpb=dd5d77962633caa459b366e596295023a727b33c diff --git a/Makefile b/Makefile index a62cc1b..01b444a 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 -lassman -lpthread -lassimp -ltreestore -lgoatvr -lcurl \ + -limago -lresman -lassfile -lpthread -lassimp -ltreestore -lgoatvr -lcurl \ `pkg-config --libs sdl2 freetype2` -lpng -ljpeg -lz -lvorbisfile -lgomp sys ?= $(shell uname -s | sed 's/MINGW.*/mingw/')