2008-02-19 09:49:12 +00:00
|
|
|
RESULT=justnukeit
|
|
|
|
SOURCES=\
|
|
|
|
Position.ml \
|
|
|
|
Maze.ml \
|
|
|
|
Player.ml \
|
|
|
|
main.ml
|
|
|
|
LIBS=bigarray sdl unix
|
2008-02-18 21:55:00 +00:00
|
|
|
INCDIRS=+sdl
|
2008-02-19 09:49:12 +00:00
|
|
|
LIBDIRS=+sdl
|
|
|
|
OCAMLFLAGS=-w A -g -thread
|
2008-02-18 21:55:00 +00:00
|
|
|
|
2008-02-19 09:49:12 +00:00
|
|
|
all: native-code
|
2008-02-18 21:55:00 +00:00
|
|
|
|
2008-02-19 09:49:12 +00:00
|
|
|
-include OCamlMakefile
|