Yakshaving bob the builder

This commit is contained in:
2025-02-15 17:52:04 +00:00
parent a73b0f9729
commit 0c04a32251

View File

@@ -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))