SOURCES=robot.ml net.ml fight.ml dijkstra.ml select.ml think.ml main.ml
RESULT=robot
OCAMLBLDFLAGS=str.cma unix.cma
INCDIRS=+stublibs
OCAMLNLDFLAGS=str.cmxa unix.cmxa
OCAMLFLAGS= -pp camlp4o
OCAMLLDFLAGS=
USE_CAMLP4= yes
OCAMLDEP=true

include OCamlMakefile
