aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
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)'