examples/build.lisp @ a2fb5d06bfb6

Add box drawing util
author Steve Losh <steve@stevelosh.com>
date Thu, 22 Jun 2017 18:37:44 +0000
parents 6de2b94783d5
children (none)
(load "examples/map.lisp")
(sb-ext:gc :full t)
(sb-ext:save-lisp-and-die
  "map"
  :toplevel #'cl-blt.examples.map::main
  :executable t)