build.sh @ d70b175d5479 lisp

Build the generator into a binary for speed
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Jan 2020 22:10:26 -0800
parents 65c17aa7972b
children (none)
#!/usr/bin/env bash

set -euo pipefail

mkdir -p build
make
./generate
rsync -avd static/ build/static
heading smslant 'done'