1 2 3 4 5 6 7 8 9 10 11
all: player player: *.ml lib/*.ml ocamlbuild $(NAME).native cp $(NAME).native player rm $(NAME).native clean: rm -r _build rm player