diff options
Diffstat (limited to 'makesans.tl')
-rwxr-xr-x | makesans.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makesans.tl b/makesans.tl index bef6fc3..f2b839b 100755 --- a/makesans.tl +++ b/makesans.tl @@ -4,7 +4,7 @@ ; be copied to a Linux PC that doesn't have sbcl. (defun load-and-go () - (load "demostuff.tl") + (load "demostuff") (load "menu") (each ((i (range 1 9))) (load `demo@i`)) |