goat3d

diff Makefile @ 1:e46529a5d057

some progress
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 Aug 2013 23:51:24 +0300
parents 2918358f5e6d
children 188c697b3b49
line diff
     1.1 --- a/Makefile	Sat Aug 17 16:10:26 2013 +0300
     1.2 +++ b/Makefile	Sat Aug 17 23:51:24 2013 +0300
     1.3 @@ -27,6 +27,7 @@
     1.4  endif
     1.5  
     1.6  CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(pic)
     1.7 +LDFLAGS = -lvmath -lanim
     1.8  
     1.9  .PHONY: all
    1.10  all: $(lib_so) $(lib_a)