Compile with ECL, and compile time templates with SBCL

This commit is contained in:
2026-07-04 21:39:18 +03:00
parent 4b1c0b146c
commit c00d9947b7
6 changed files with 38 additions and 10 deletions
+4 -3
View File
@@ -1,4 +1,5 @@
LISP ?= sbcl
sbcl:
sbcl --script build.lisp
all:
$(LISP) --load build.lisp
ecl:
ecl --norc --load build.lisp