Adding some OCaml test programs.
[fedora-mingw.git] / ocaml / Makefile
1 # -*- Makefile -*-
2 # Test programs for testing out the cross-compiler.
3
4 all: test1 test1.exe
5
6 test1: test1.ml
7         ocamlopt $< -o $@
8
9 test1.exe: test1.ml
10         i686-pc-mingw32-ocamlopt $< -o $@