mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-20 17:40:49 -08:00
4 lines
96 B
Common Lisp
4 lines
96 B
Common Lisp
(defsystem :example
|
|
:serial t
|
|
:components ((:file "file1")
|
|
(:file "file2")))
|