mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
9 lines
216 B
Text
9 lines
216 B
Text
(asdf:defsystem #:<%= (@ sys-name) %>
|
|
:description "New CLOG System"
|
|
:author "some@one.com"
|
|
:license "BSD"
|
|
:version "0.0.0"
|
|
:serial t
|
|
:depends-on (#:clog)
|
|
:components ((:file "<%= (@ sys-name) %>")))
|
|
|