ecl/examples/asdf_with_dependence/example-with-dep.asd

5 lines
130 B
Common Lisp

(defsystem :example-with-dep
:serial t
:depends-on (:alexandria)
:components ((:file "package")
(:file "example")))