X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrtris;a=blobdiff_plain;f=Makefile;h=3b1335dbc42d2dac1ca00ecc3fba45567a6ba568;hp=a773a6e7ea5475195dba7f60fdcc5f373fbd8633;hb=49fdb2457dbb7705501264d519e840dd3ca60919;hpb=2077648d589ede39a1e47d331ba4a8b57dc25970 diff --git a/Makefile b/Makefile index a773a6e..3b1335d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ bin = vrtris CFLAGS = -pedantic -Wall -g `pkg-config --cflags sdl2` -LDFLAGS = $(libsys) $(libgl) `pkg-config --libs sdl2` -ldrawtext +LDFLAGS = $(libsys) $(libgl) `pkg-config --libs sdl2` -ldrawtext -lgoatvr \ + -limago -lm sys ?= $(shell uname -s | sed 's/MINGW.*/mingw/')