File: make.lisp

package info (click to toggle)
cl-modlisp 0.6-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 92 kB
  • ctags: 38
  • sloc: lisp: 257; makefile: 50; sh: 28
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)