goat3dgfx

diff Makefile @ 9:25b911c7c35c

fixed some line endings fixed the cubemap2.jpg file in examples/cubemap/data which was resized improperly causing seams...
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Nov 2013 04:10:19 +0200
parents 98f87a1dbb2f
children
line diff
     1.1 --- a/Makefile	Mon Nov 18 03:35:20 2013 +0200
     1.2 +++ b/Makefile	Mon Nov 18 04:10:19 2013 +0200
     1.3 @@ -28,6 +28,8 @@
     1.4  dbg = -g
     1.5  warn = -Wall
     1.6  
     1.7 +libs_ldflags = -limago -lanim -lpsys -lvmath
     1.8 +
     1.9  CFLAGS = -pedantic $(warn) $(dbg) $(pic) $(opt) $(inc) $(libs_cflags)
    1.10  CXXFLAGS =  $(CFLAGS)
    1.11  LDFLAGS = $(libgl) $(libs_ldflags)