mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08: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")))
|
|
|
|
|
|
|
|
|