stratgame

diff level/Makefile @ 1:55a43e27339a

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 22 May 2012 05:02:00 +0300
parents 86b53f76899f
children 369b51c9e4a8
line diff
     1.1 --- a/level/Makefile	Mon May 21 19:07:40 2012 +0300
     1.2 +++ b/level/Makefile	Tue May 22 05:02:00 2012 +0300
     1.3 @@ -5,6 +5,11 @@
     1.4  
     1.5  CXXFLAGS = -std=c++0x -pedantic -Wall -g
     1.6  
     1.7 +ifeq ($(shell uname -s), Darwin)
     1.8 +	CC = clang
     1.9 +	CXX = clang++
    1.10 +endif
    1.11 +
    1.12  $(lib_a): $(obj)
    1.13  	$(AR) rcs $@ $(obj)
    1.14