Get rid of another system
This commit is contained in:
parent
59227fbbed
commit
206dfe0bee
1 changed files with 4 additions and 9 deletions
13
cl-sbt.asd
13
cl-sbt.asd
|
@ -23,18 +23,13 @@
|
|||
(:file "spinner")))
|
||||
(:module "src/layout"
|
||||
:components
|
||||
((:file "grid"))))
|
||||
((:file "grid")))
|
||||
(:module "examples"
|
||||
:components
|
||||
((:file "album"))))
|
||||
:description "A Common Lisp library for generating Bootstrap-based HTML markup. It provides macros to easily create Bootstrap components such as accordions, alerts, badges, buttons, cards, dropdowns, headers, list groups, navbars, nav-tabs, pagination, and tables. This library is dependent on the Spinneret library for HTML generation."
|
||||
:in-order-to ((test-op (test-op "cl-sbt/tests"))))
|
||||
|
||||
(defsystem "cl-sbt/examples"
|
||||
:author "Marcus Kammer"
|
||||
:license "MIT"
|
||||
:depends-on ("cl-sbt")
|
||||
:components ((:module "examples"
|
||||
:components
|
||||
((:file "album")))))
|
||||
|
||||
(defsystem "cl-sbt/tests"
|
||||
:author "Marcus Kammer"
|
||||
:license ""
|
||||
|
|
Loading…
Add table
Reference in a new issue