#!/bin/sh

# make clean
./configure && make && make -C sc boot-expanded.scm && make clean

