X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitamakeLib.mli;h=1dd697e5dcd9b56397c0f84425b5c9bf15ad6945;hb=dc861d214cb992a898f81752614201b8074eef12;hp=4addbbf2bfb38a522f0d80caa1874e13876654a6;hpb=619a3a478a4f6b0a50782b620009f6a141c30a53;p=helm.git diff --git a/helm/matita/matitamakeLib.mli b/helm/matita/matitamakeLib.mli index 4addbbf2b..1dd697e5d 100644 --- a/helm/matita/matitamakeLib.mli +++ b/helm/matita/matitamakeLib.mli @@ -30,8 +30,12 @@ type development val initialize_development: string -> string -> development option (* make target [default all] *) val build_development: ?target:string -> development -> bool +(* make target [default all], the refresh cb is called after every output *) +val build_development_in_bg: + ?target:string -> (unit -> unit) -> development -> bool (* make clean *) val clean_development: development -> bool +val clean_development_in_bg: (unit -> unit) -> development -> bool (* return the development that handles dir *) val development_for_dir: string -> development option (* return the development *)