From 2cdd7eba839f7b29ea64bf250d8fe03bb5efae48 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Tue, 26 Jan 2021 15:55:17 -0800 Subject: [PATCH] Minor updates - Ignore sse2f fasls created by cmucl/x86 - Add comment to makefile on how to run with cmucl --- .gitignore | 1 + makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0e6bafae..37bab605 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.fasl *.lx64fsl *.lx32fsl +*.sse2f *.bc *.tem sandbox/ diff --git a/makefile b/makefile index 99cb36ff..bf4729f9 100644 --- a/makefile +++ b/makefile @@ -7,6 +7,7 @@ LISP=ecl # LISP=/usr/local/lib/LispWorks/nongraphic-lispworks-4450 # LISP=acl +# LISP="lisp -batch -noinit -nositeinit" MAKE=make -- GitLab