Installer les .ml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1301 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
d770d2cbd9
commit
199dc026f4
|
@ -20,7 +20,7 @@ all: stdlib.cma std_exit.cmo camlheader
|
|||
allopt: stdlib.cmxa std_exit.cmx
|
||||
|
||||
install:
|
||||
cp stdlib.cma std_exit.cmo *.cmi *.mli camlheader $(LIBDIR)
|
||||
cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader $(LIBDIR)
|
||||
|
||||
installopt:
|
||||
cp stdlib.cmxa stdlib.a std_exit.o *.cmx $(LIBDIR)
|
||||
|
|
Loading…
Reference in New Issue