aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/04/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/04/makefile')
-rw-r--r--AoC2022/04/makefile2
1 files changed, 1 insertions, 1 deletions
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