Describe omake here.
1. omake が古い
omake-0.9.8.5 make のためのpatch (ocaml-3.11.2)
Here’s the diff:
--- a/src/exec/omake_exec.ml 2006-12-08 23:52:01.000000000 +0100
+++ b/src/exec/omake_exec.ml 2009-10-30 23:45:49.688006630 +0100
@@ -46,7 +46,7 @@
open Omake_options
open Omake_command_type
-external sync : unit -> unit = "caml_sync"
+(* external sync : unit -> unit = "caml_sync" *)
module Exec =
struct