summaryrefslogtreecommitdiff
path: root/com/akcl/compile
blob: 3ed28f5e04027f92c42947315a3641869b64d4ab (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/csh
#
# compile -- compile the Yale Haskell system from scratch.
#
#
cd $Y2
$AKCL <<EOF
;; Default optimize settings for AKCL are (speed 3) (safety 0)
(load "support/cl-support/cl-init.lisp")
(bye)
EOF