goat3d
diff Makefile @ 15:f1b4c27382ce
blah
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 26 Sep 2013 14:06:14 +0300 |
parents | 188c697b3b49 |
children | b35427826b60 |
line diff
1.1 --- a/Makefile Thu Sep 26 04:47:05 2013 +0300 1.2 +++ b/Makefile Thu Sep 26 14:06:14 2013 +0300 1.3 @@ -31,6 +31,8 @@ 1.4 pic = -fPIC 1.5 endif 1.6 1.7 +CC = clang 1.8 +CXX = clang++ 1.9 CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(pic) $(extinc) 1.10 LDFLAGS = $(extlibs) -lvmath -lanim 1.11 1.12 @@ -41,7 +43,7 @@ 1.13 $(CXX) -o $@ $(shared) $(obj) $(LDFLAGS) 1.14 1.15 $(lib_a): $(obj) $(extlibs) 1.16 - $(AR) rcs $@ $(obj) 1.17 + $(AR) rcs $@ $(obj) $(openctm) 1.18 1.19 $(openctm): 1.20 $(MAKE) -C libs/openctm