1 2 3 4 5 6 7 8 9
(asdf:defsystem :cantedraw :depends-on (:deploy) :components ((:file "packages") (:file "lib.macros") (:file "lib.functions") (:file "cantedraw")) :build-operation "deploy-op" :build-pathname "cantedraw" :entry-point "cantedraw:start")