oculus2

diff Makefile @ 8:4d6733229e01

porting to 0.4.3 (finally on linux)
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 25 Oct 2014 20:07:24 +0300
parents 0a4d62469381
children 3d224ad45cac
line diff
     1.1 --- a/Makefile	Thu Sep 04 09:01:01 2014 +0300
     1.2 +++ b/Makefile	Sat Oct 25 20:07:24 2014 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4  bin = oculus2
     1.5  
     1.6  CFLAGS = -pedantic -Wall -g `pkg-config --cflags sdl2`
     1.7 -LDFLAGS = $(libgl) `pkg-config --libs sdl2`
     1.8 +LDFLAGS = $(libgl) `pkg-config --libs sdl2` -lovr
     1.9  
    1.10  ifeq ($(shell uname -s), Darwin)
    1.11  	libgl = -framework OpenGL -lGLEW