aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/02/makefile
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2022-12-02 18:22:22 +0100
committerOscar Najera <hi@oscarnajera.com>2022-12-02 18:22:22 +0100
commit08e588c7e3ec7606ddd66a968c6aa586b54edf69 (patch)
tree188cbd48ecca2f903788bf18791536ee8d7bb701 /AoC2022/02/makefile
parent4901abde40a67d4c7844569bc896d9330d863324 (diff)
downloadscratch-08e588c7e3ec7606ddd66a968c6aa586b54edf69.tar.gz
scratch-08e588c7e3ec7606ddd66a968c6aa586b54edf69.tar.bz2
scratch-08e588c7e3ec7606ddd66a968c6aa586b54edf69.zip
[AoC2022] 02 doing it in Common lisp
Diffstat (limited to 'AoC2022/02/makefile')
-rw-r--r--AoC2022/02/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/02/makefile b/AoC2022/02/makefile
index e358a2c..73929a6 100644
--- a/AoC2022/02/makefile
+++ b/AoC2022/02/makefile
@@ -10,4 +10,4 @@
run:
emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit
- # sbcl --load ~/.sbclrc --script solver.lisp
+ sbcl --load ~/.sbclrc --script solver.lisp