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.
This commit is contained in:
2025-02-11 00:48:14 +00:00
parent 9b3d8e471a
commit 90ef834393
4 changed files with 11 additions and 11 deletions

9
cantedraw.asd Normal file
View File

@@ -0,0 +1,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")