mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
12 lines
229 B
Common Lisp
12 lines
229 B
Common Lisp
;;;; hello-clog
|
|
|
|
(asdf:defsystem #:hello-clog
|
|
:description "Hello Clog - Flying Solo"
|
|
|
|
:author "david@botton.com"
|
|
:license "BSD"
|
|
:version "0.0.0"
|
|
:serial t
|
|
:depends-on (#:clog)
|
|
:components ((:file "hello-clog")))
|
|
|