From 0c04a32251d46664a755221b8f37edc87dc7d267 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 15 Feb 2025 17:52:04 +0000 Subject: Yakshaving bob the builder --- bob.lisp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/bob.lisp b/bob.lisp index 15368e0..5d08c7f 100644 --- a/bob.lisp +++ b/bob.lisp @@ -24,17 +24,13 @@ (defpackage bob (:use :cl) - (:export :build :load-all)) + (:export :build :qload)) (in-package :bob) -(defun init () +(defun qload () (ql:quickload :cantedraw)) -(defun load-all () - (init) - (asdf:load-system :cantedraw)) - (defun build () - (init) + (qload) (asdf:make :cantedraw)) -- cgit v1.2.3-13-gbd6f