src/build.lisp @ 0a3160c5895c

Load `.browsrc` in the `brows` package
author Steve Losh <steve@stevelosh.com>
date Sat, 26 May 2018 14:38:30 -0400
parents 06972f89d220
children 1d2776f7fa4a da80130c3bbf
(ql:quickload :brows)

(setf deploy:*status-output* nil)

(let ((deploy:*status-output* t))
  (asdf:make :brows :force t))