#!/bin/csh -f

echo 'compiling C modules...'
cc io.c -c -O
cc headers.c -c -O
cc merge.c -c -O
cc next.c -c -O
cc next56.c -c -O
cc qp.c -c -O
cc cmus.c -c -O

echo 'compiling Lisp modules...'
/Local/Lisp/cl/cl -qq -batch < all.lisp

