r10297: Automated commit for Debian build of lml upstream-version-2.5.3
[lml.git] / doc / make.lisp
1 #+cmu (setq ext:*gc-verbose* nil)
2
3 (asdf:operate 'asdf:load-op 'lml)
4 (in-package lml)
5 (let ((cwd (parse-namestring (lml-cwd))))
6   (process-dir cwd))
7 (lml-quit)