diff options
| author | EuAndreh <eu@euandre.org> | 2022-10-24 15:41:50 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-10-24 15:41:50 -0300 |
| commit | abad340cfac10498cb71cff42b06cc5b1f2e525b (patch) | |
| tree | b33ddc64c46386c9440d8332baea87ad76b4d9de /Makefile | |
| parent | bin/cl: s/NIL/nil/ (diff) | |
| download | dotfiles-abad340cfac10498cb71cff42b06cc5b1f2e525b.tar.gz dotfiles-abad340cfac10498cb71cff42b06cc5b1f2e525b.tar.xz | |
bin/cl: Move automatic image handling out to bin/li
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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)' |
