(defsystem "my-library5" :depends-on ("dexador") ; dependencies :pathname "src5" ; code is in the subdirectory src5 of the project :serial t ; load files one by one :components ((:file "lib") ; load file lib.lisp (:file "lib5"))) ; and file lib5.lisp