#  Makefile to build player executable for ICFP 2002 programming contest

CFLAGS = -O2

player: player.c
