2
0
Simon Krajewski 13 жил өмнө
parent
commit
f948e7d39f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

@@ -102,7 +102,7 @@ let compile_libs() =
 
 
 	(* NEKO *)
 	(* NEKO *)
 	Sys.chdir "neko";
 	Sys.chdir "neko";
-	let files = "-I .. nast.ml nxml.ml binast.ml" in
+	let files = "-I .. nast.ml nxml.ml binast.ml nbytecode.ml ncompile.ml" in
 	if bytecode then command ("ocamlc -a -o neko.cma " ^ files);
 	if bytecode then command ("ocamlc -a -o neko.cma " ^ files);
 	if native then command ("ocamlopt -a -o neko.cmxa " ^ files);
 	if native then command ("ocamlopt -a -o neko.cmxa " ^ files);
 	Sys.chdir "..";
 	Sys.chdir "..";