Get rid of another system

This commit is contained in:
Marcus Kammer 2023-07-15 22:35:45 +02:00
parent 59227fbbed
commit 206dfe0bee

View file

@ -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 ""