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:
9
cantedraw.asd
Normal file
9
cantedraw.asd
Normal 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")
|
||||
Reference in New Issue
Block a user