
CC=gcc
CFLAGS=-Wall -g -lm

game: game.c site.c rand.c field.c show.c auto.c move.c data.c comm.c msg.c game.h
