stratgame

diff level/Makefile @ 2:369b51c9e4a8

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 23 May 2012 07:25:43 +0300
parents 55a43e27339a
children 8d95187cb3ee
line diff
     1.1 --- a/level/Makefile	Tue May 22 05:02:00 2012 +0300
     1.2 +++ b/level/Makefile	Wed May 23 07:25:43 2012 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4  dep = $(obj:.o=.d)
     1.5  lib_a = liblevel.a
     1.6  
     1.7 -CXXFLAGS = -std=c++0x -pedantic -Wall -g
     1.8 +CXXFLAGS = -std=c++0x -pedantic -Wall -g -I../common/src
     1.9  
    1.10  ifeq ($(shell uname -s), Darwin)
    1.11  	CC = clang