justnukeit/Makefile.old

15 lines
198 B
Makefile
Raw Permalink Normal View History

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