diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-01-07 00:16:45 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-01-07 00:16:45 +0100 |
commit | d606533fb72fe3df2c69f3df9f74c5a7ccdf6dd2 (patch) | |
tree | 8f01ea53d8c0fc5fb0bbfc9f0021c3c672fff425 /AoC2022/makefile | |
parent | b7ecf7861469c5eb8efccf82c449d60aae66b699 (diff) | |
download | scratch-d606533fb72fe3df2c69f3df9f74c5a7ccdf6dd2.tar.gz scratch-d606533fb72fe3df2c69f3df9f74c5a7ccdf6dd2.tar.bz2 scratch-d606533fb72fe3df2c69f3df9f74c5a7ccdf6dd2.zip |
Day 17 do it in emacs too slow
Diffstat (limited to 'AoC2022/makefile')
-rw-r--r-- | AoC2022/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/makefile b/AoC2022/makefile index d30a711..95062ff 100644 --- a/AoC2022/makefile +++ b/AoC2022/makefile @@ -9,7 +9,7 @@ clean: emacs: ${PWD}/solver.el - cd ${PWD} && emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit + cd ${PWD} && emacs -batch -l ert -l solver.elc -f ert-run-tests-batch-and-exit lisp: ${PWD}/solver.lisp cd ${PWD} && time sbcl --load ~/.sbclrc --load solver.lisp --eval '(fiveam:run-all-tests)' --non-interactive |