1
0
mirror of synced 2026-04-24 19:40:36 +00:00
Files
Interlisp.medley/cl-bench/run-acl.sh
Larry Masinter 02ed8d4bf4 add cl-benchmarks
benchmarks probably belong under internal/benchmarks
2020-09-16 23:17:10 -07:00

11 lines
224 B
Bash

#!/bin/bash
#
# contributed by Kevin Layer
ACL=${ACL:-"alisp -qq"}
make clean optimize-files
$ACL -L sysdep/setup-acl.lisp -L do-compilation-script.lisp -kill
$ACL -L sysdep/setup-acl.lisp -L do-execute-script.lisp -kill