Yakshaving bob the builder
This commit is contained in:
10
bob.lisp
10
bob.lisp
@@ -24,17 +24,13 @@
|
|||||||
|
|
||||||
(defpackage bob
|
(defpackage bob
|
||||||
(:use :cl)
|
(:use :cl)
|
||||||
(:export :build :load-all))
|
(:export :build :qload))
|
||||||
|
|
||||||
(in-package :bob)
|
(in-package :bob)
|
||||||
|
|
||||||
(defun init ()
|
(defun qload ()
|
||||||
(ql:quickload :cantedraw))
|
(ql:quickload :cantedraw))
|
||||||
|
|
||||||
(defun load-all ()
|
|
||||||
(init)
|
|
||||||
(asdf:load-system :cantedraw))
|
|
||||||
|
|
||||||
(defun build ()
|
(defun build ()
|
||||||
(init)
|
(qload)
|
||||||
(asdf:make :cantedraw))
|
(asdf:make :cantedraw))
|
||||||
|
|||||||
Reference in New Issue
Block a user