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 wrap: on
line diff
--- a/Makefile	Wed May 14 21:59:35 2008 +0200
+++ b/Makefile	Thu May 15 21:42:01 2008 +0200
@@ -49,8 +49,11 @@
 bin/environment: environment.c db.h game.h
 	$(CC) -o $@ $(LDFLAGS) `mysql_config --cflags` environment.c `mysql_config --libs`
 
+bin/growth: growth.c db.h game.h
+	$(CC) -o $@ $(LDFLAGS) `mysql_config --cflags` growth.c `mysql_config --libs`
 
-${NAME}: bin/clock bin/weather bin/environment
+
+${NAME}: bin/clock bin/weather bin/environment bin/growth
 
 
 #${OBJ}: ${DEP}