File: make.lisp

package info (click to toggle)
cl-modlisp 0.6-7.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: lisp: 257; makefile: 42
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#+cmu (setq ext:*gc-verbose* nil)

(require :lml2)
(in-package :lml2)
(let ((cwd (parse-namestring (lml-cwd))))
  (process-dir cwd))
(lml-quit)