[Omake] bug with ocamldep?
Anastasia Gornostaeva
ermine at ermine.pp.ru
Thu Jun 21 06:59:58 PDT 2007
On Wed, Jun 20, 2007 at 04:54:30PM -0400, Christopher L Conway wrote:
> (defun make-or-omake ()
> (interactive)
> (if (file-exists-p "OMakefile")
> (set (make-local-variable 'compile-command) "omake -k "))
> (call-interactively 'compile) )
>
> (add-hook 'tuareg-mode-hook
> (lambda ()
> (define-key (current-local-map) "\C-c\C-c" 'make-or-omake))))
>
Thanks a lot, now i'm happy.
ermine
More information about the Omake
mailing list