mirror of
https://github.com/rabbibotton/clog.git
synced 2026-03-10 00:32:21 -07:00
7 lines
89 B
Common Lisp
7 lines
89 B
Common Lisp
(in-package :asdf)
|
|
|
|
(defclass clog-file (asdf:doc-file) ((type :initform "clog")))
|
|
|
|
|
|
|
|
|