makefile: use ecl --shell instead of load + eval quit

This commit is contained in:
xfnw 2024-07-21 10:16:57 -04:00
parent 4e634d142a
commit 9c1a553389

View File

@ -7,7 +7,7 @@ develop: ce.cl
ecl --load ce.cl --eval '(ce-repl)'
ce: ce.cl ce.asd build.cl
ecl --load build.cl --eval '(quit)'
ecl --shell build.cl
install: all
install ce ${DESTDIR}${BINDIR}