aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-02 22:49:23 -0300
committerEuAndreh <eu@euandre.org>2022-11-02 22:49:23 -0300
commitfaa6b28ee684d08b4429011373eb64f490e287bc (patch)
tree9f8632c643cfbee024d1a5434f635e8eda3da31c /Makefile
parentbin/li: Use -E and remove extra -e "(uiop:quit)" (diff)
downloaddotfiles-faa6b28ee684d08b4429011373eb64f490e287bc.tar.gz
dotfiles-faa6b28ee684d08b4429011373eb64f490e287bc.tar.xz
Makefile: Notify Lisp image created to STDOUT instead of silent work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ab6cb1..d400ce1 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ $(XDG_DATA_HOME)/euandreh/e.list.txt: ~/Documents/txt/ 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 '(uiop:quit)'
+ li -vI $$I -E "(format t \"Image for \\\"$$I\\\" created.~%\")"