mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-30 06:10:36 -08:00
9 lines
143 B
Common Lisp
9 lines
143 B
Common Lisp
;;
|
|
;; System definition used in readme.lisp
|
|
;;
|
|
|
|
(asdf:defsystem #:example
|
|
:serial t
|
|
:components ((:file "file1")
|
|
(:file "file2")))
|
|
|