aboutsummaryrefslogtreecommitdiff
path: root/bob.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'bob.lisp')
-rw-r--r--bob.lisp5
1 files changed, 1 insertions, 4 deletions
diff --git a/bob.lisp b/bob.lisp
index 62ab05f..d9156d6 100644
--- a/bob.lisp
+++ b/bob.lisp
@@ -20,16 +20,13 @@
(defpackage bob
(:use :cl)
- (:export
- :build :load-all))
+ (:export :build :load-all))
(in-package :bob)
-(ql:quickload :deploy)
(asdf:load-asd (merge-pathnames "cantedraw.asd" (uiop:getcwd)))
(defun build ()
- (push :deploy-console *features*)
(asdf:make :cantedraw))
(defun load-all ()