aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6b6518f..f9e3f74 100644
--- a/Makefile
+++ b/Makefile
@@ -96,8 +96,7 @@ $(XDG_DATA_HOME)/euandreh/e.list.txt: $(HOME)/Documents/txt/ opt/aux/gen-e-list.
sh opt/aux/gen-e-list.sh > $@
$(lisp-images): $(XDG_CONFIG_HOME)/lisp-cli/init.lisp bin/cl bin/li
- I=`echo $@ | awk -F/ '$$0=$$(NF)' | cut -d. -f1` && \
- li -vI $$I -E "(format t \"Image for \\\"$$I\\\" created.~%\")"
+ li -vE0 -I "`echo $@ | awk -F/ '$$0=$$(NF)' | cut -d. -f1`"