From d606533fb72fe3df2c69f3df9f74c5a7ccdf6dd2 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sat, 7 Jan 2023 00:16:45 +0100 Subject: Day 17 do it in emacs too slow --- AoC2022/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AoC2022/makefile') 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 -- cgit v1.2.3