aboutsummaryrefslogtreecommitdiff
path: root/bob.lisp
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 /bob.lisp
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 'bob.lisp')
-rw-r--r--bob.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bob.lisp b/bob.lisp
index 12146f6..62ab05f 100644
--- a/bob.lisp
+++ b/bob.lisp
@@ -26,11 +26,11 @@
(in-package :bob)
(ql:quickload :deploy)
-(asdf:load-asd (merge-pathnames "odraw.asd" (uiop:getcwd)))
+(asdf:load-asd (merge-pathnames "cantedraw.asd" (uiop:getcwd)))
(defun build ()
(push :deploy-console *features*)
- (asdf:make :odraw))
+ (asdf:make :cantedraw))
(defun load-all ()
- (asdf:load-system :odraw))
+ (asdf:load-system :cantedraw))