aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-07-07 18:43:45 -0300
committerEuAndreh <eu@euandre.org>2023-07-07 18:43:45 -0300
commit604e2ae72551261193e00c880eeacda388d5b68a (patch)
tree30c64718270cdb48595933e93647da85c9c738c9 /Makefile
parentopt/bin-dirs/clisp: rm (diff)
downloaddotfiles-604e2ae72551261193e00c880eeacda388d5b68a.tar.gz
dotfiles-604e2ae72551261193e00c880eeacda388d5b68a.tar.xz
Makefile: Simplify code for generating Lisp images
Diffstat (limited to 'Makefile')
-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`"