Mercurial > garten
diff Makefile @ 6:e3679f888813
added environment module (only static code)
author | meillo@marmaro.de |
---|---|
date | Wed, 14 May 2008 21:59:35 +0200 (2008-05-14) |
parents | 26ca6c79fc22 |
children | b1e309dc0b98 |
line wrap: on
line diff
--- a/Makefile Wed May 14 21:10:45 2008 +0200 +++ b/Makefile Wed May 14 21:59:35 2008 +0200 @@ -46,8 +46,11 @@ bin/weather: weather.c db.h game.h $(CC) -o $@ $(LDFLAGS) `mysql_config --cflags` weather.c `mysql_config --libs` +bin/environment: environment.c db.h game.h + $(CC) -o $@ $(LDFLAGS) `mysql_config --cflags` environment.c `mysql_config --libs` -${NAME}: bin/clock bin/weather + +${NAME}: bin/clock bin/weather bin/environment #${OBJ}: ${DEP}