From 90ef834393c819e708800c1a759c183ccdd25842 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 11 Feb 2025 00:48:14 +0000 Subject: 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. --- bob.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bob.lisp') 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)) -- cgit v1.2.3-13-gbd6f