examples/build.lisp @ 9dfa6e39ad47 default tip

Update URLs
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Jan 2020 19:48:42 -0500
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)