aboutsummaryrefslogtreecommitdiff
path: root/cantedraw.asd
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-02-11 00:48:14 +0000
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-02-11 00:54:01 +0000
commit90ef834393c819e708800c1a759c183ccdd25842 (patch)
treea07023783890e9744479e53f3fa5a1a90a58a483 /cantedraw.asd
parent9b3d8e471a8ab5280898095dcef1b77cf7570241 (diff)
downloadcantedraw-90ef834393c819e708800c1a759c183ccdd25842.tar.gz
cantedraw-90ef834393c819e708800c1a759c183ccdd25842.tar.bz2
cantedraw-90ef834393c819e708800c1a759c183ccdd25842.zip
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.
Diffstat (limited to 'cantedraw.asd')
-rw-r--r--cantedraw.asd9
1 files changed, 9 insertions, 0 deletions
diff --git a/cantedraw.asd b/cantedraw.asd
new file mode 100644
index 0000000..d3aa60d
--- /dev/null
+++ b/cantedraw.asd
@@ -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")