diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-11 00:48:14 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-02-11 00:54:01 +0000 |
commit | 90ef834393c819e708800c1a759c183ccdd25842 (patch) | |
tree | a07023783890e9744479e53f3fa5a1a90a58a483 /odraw.asd | |
parent | 9b3d8e471a8ab5280898095dcef1b77cf7570241 (diff) | |
download | cantedraw-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 'odraw.asd')
-rw-r--r-- | odraw.asd | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/odraw.asd b/odraw.asd deleted file mode 100644 index fee4d6e..0000000 --- a/odraw.asd +++ /dev/null @@ -1,9 +0,0 @@ -(asdf:defsystem :odraw - :depends-on (:deploy) - :components ((:file "packages") - (:file "lib.macros") - (:file "lib.functions") - (:file "odraw")) - :build-operation "deploy-op" - :build-pathname "odraw" - :entry-point "odraw:start") |