From 48fd41b4a011d04634830c9132cf137d33ad555a Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 5 Dec 2022 15:08:51 +0100 Subject: cleanups --- AoC2022/05/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AoC2022/05/makefile') diff --git a/AoC2022/05/makefile b/AoC2022/05/makefile index 6516fa4..fce871b 100644 --- a/AoC2022/05/makefile +++ b/AoC2022/05/makefile @@ -11,5 +11,5 @@ run: sbcl --load ~/.sbclrc --script solver.lisp emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit - rustc solver.rs && ./solver - elixir solver.ex + # rustc solver.rs && ./solver + # elixir solver.ex -- cgit v1.2.3