SOURCES = assoclist.ml misc.ml miscworld.ml robot.ml world.ml game.ml
RESULT = runme
LIBS = unix str
CLIBS = unix str
OCAMLFLAGS =  -ccopt -static
OCAMLLDFLAGS =  -ccopt -static

-include OCamlMakefile
