aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-25 09:26:48 -0300
committerEuAndreh <eu@euandre.org>2022-10-25 09:26:48 -0300
commitdae03cc7dc2dc4078ceae308b1f483a4d2b4caf1 (patch)
tree63975aad9b0c7f383f5eb369c07014dc5e81de4a
parentbin/li: Use "$(find $a -newer $b)" over [ $a -nt $b ] (diff)
downloaddotfiles-dae03cc7dc2dc4078ceae308b1f483a4d2b4caf1.tar.gz
dotfiles-dae03cc7dc2dc4078ceae308b1f483a4d2b4caf1.tar.xz
Makefile: Refresh Lisp images on li(1) changes
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00e89d6..552e7cc 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ $(XDG_CONFIG_HOME)/ssh/id_rsa.pub:
$(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
+$(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)'