1 # make validate: make bytecode executable
2 # make validate.opt: make native executable
3 # make clean: remove intermediate files (in this directory)
4 # make CLEAN: remove intermediate files (recursively)
5 # make distclean: remove any superflous files (recursively)
6 #----------------------------------------------------------------------
11 ocamlfind ocamlc -g -custom -o compile -package .,str -linkpkg compile.ml
13 #----------------------------------------------------------------------
19 rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa sample sample.ml out1 out2