From afe994a44396c3a8e5ad29ccc3d7f21e85fecd14 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 4 Dec 2022 22:50:54 +0100 Subject: [AoC2022] Common Lisp 03 --- AoC2022/03/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AoC2022/03/makefile') diff --git a/AoC2022/03/makefile b/AoC2022/03/makefile index f781686..630e630 100644 --- a/AoC2022/03/makefile +++ b/AoC2022/03/makefile @@ -10,5 +10,5 @@ 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 rustc solver.rs && ./solver -- cgit v1.2.3