From abad340cfac10498cb71cff42b06cc5b1f2e525b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 24 Oct 2022 15:41:50 -0300 Subject: bin/cl: Move automatic image handling out to bin/li --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0ef75c..22e961c 100644 --- a/Makefile +++ b/Makefile @@ -39,12 +39,8 @@ $(XDG_DATA_HOME)/euandreh/e.list.txt: ~/Documents/txt/ opt/aux/gen-e-list.sh sh opt/aux/gen-e-list.sh > $@ $(lisp-images): $(XDG_CONFIG_HOME)/lisp-cli/init.lisp bin/cl - I=`echo $@ | awk -F/ '$$0=$$(NF)' | cut -d. -f1` && cl \ - -I $$I \ - -v \ - -e '(ql:quickload :trivial-dump-core)' \ - -e '(trivial-dump-core:dump-image "$@")' \ - -e '(uiop:quit)' + I=`echo $@ | awk -F/ '$$0=$$(NF)' | cut -d. -f1` && \ + li -vI $$I -e '(uiop:quit)' -- cgit v1.2.3