examples/build.lisp @ e0811ef78cce

Add `or` to `key-case`, change box borders, lib path
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Oct 2017 13:03:30 -0400
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)