42c463ae193e
Fuck off asdf
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Wed, 10 Aug 2016 02:20:27 +0000 | 
| parents | 3f8706de9d35 | 
| children | 9b03bd853906 | 
| branches/tags | (none) | 
| files | build/silt.ros | 
Changes
--- a/build/silt.ros Wed Aug 10 02:15:39 2016 +0000 +++ b/build/silt.ros Wed Aug 10 02:20:27 2016 +0000 @@ -10,7 +10,9 @@ (declaim (optimize (debug 0) (safety 1) (speed 3))) -(asdf:load-system 'silt :force t) +(let ((*standard-output* (make-broadcast-stream)) ; shut + (*error-output* (make-broadcast-stream))) ; up + (asdf:load-system 'silt :force t)) (defun main (&rest argv) (declare (ignore argv))