Skip to content

Commit

Permalink
[dbg] print compiled files
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 12, 2024
1 parent fd1f186 commit 6965682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/compilation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exit_code=0

cleanup () {
exit_code=$?
ls -hlrt "${EMACS_DIR}"{init.elc,{modules,themes}/*.elc}
rm -vf "${EMACS_DIR}"{init.elc,{modules,themes}/*.elc}
exit $exit_code
}
Expand Down

0 comments on commit 6965682

Please sign in to comment.