From 92f0857f8f3644e31739f63628156c4b0384b3ac Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 5 Dec 2022 00:04:50 +0100 Subject: [AoC2022] Elisp + common lisp 04 --- AoC2022/04/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AoC2022/04/makefile') diff --git a/AoC2022/04/makefile b/AoC2022/04/makefile index ee6a716..f4940ca 100644 --- a/AoC2022/04/makefile +++ b/AoC2022/04/makefile @@ -10,5 +10,5 @@ run: sbcl --load ~/.sbclrc --script solver.lisp - # emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit + emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit # rustc solver.rs && ./solver -- cgit v1.2.3