garten

diff Makefile @ 7:b1e309dc0b98

added growth module (quite static and limited implementation)
author meillo@marmaro.de
date Thu, 15 May 2008 21:42:01 +0200
parents e3679f888813
children 13c6828bd4a5
line diff
     1.1 --- a/Makefile	Wed May 14 21:59:35 2008 +0200
     1.2 +++ b/Makefile	Thu May 15 21:42:01 2008 +0200
     1.3 @@ -49,8 +49,11 @@
     1.4  bin/environment: environment.c db.h game.h
     1.5  	$(CC) -o $@ $(LDFLAGS) `mysql_config --cflags` environment.c `mysql_config --libs`
     1.6  
     1.7 +bin/growth: growth.c db.h game.h
     1.8 +	$(CC) -o $@ $(LDFLAGS) `mysql_config --cflags` growth.c `mysql_config --libs`
     1.9  
    1.10 -${NAME}: bin/clock bin/weather bin/environment
    1.11 +
    1.12 +${NAME}: bin/clock bin/weather bin/environment bin/growth
    1.13  
    1.14  
    1.15  #${OBJ}: ${DEP}