;;; -*- Mode: lisp -*- ;;; This is just a sample of building series with MK defsystem. You ;;; may need to change :source-pathname appropriately for your system. (mk:defsystem cmucl-graystream :source-pathname "cl-library:;cmucl-graystream;" :source-extension "lisp" :components ((:file "gray-streams-class") (:file "gray-streams" :depends-on ("gray-streams-class"))))