clog/templates/projects/clog-gui/tmpl.asd.lt
2022-02-11 10:53:29 -05:00

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) %>")))