This repository has been archived on 2025-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cantedraw/cantedraw.asd
Aryadev Chavali 90ef834393 odraw -> cantedraw
Why name it something unique when this is what I'm going to be making
at the end of it all?  Just makes it more confusing for the end user.
2025-02-11 00:54:01 +00:00

10 lines
291 B
Common Lisp

(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")