From 7ca1851f732e2f74339354ecc25ef709754a3ac3 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Tue, 6 Dec 2022 17:26:18 +0100 Subject: [AoC2022] 06 Rust & Elixir --- AoC2022/06/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AoC2022/06/makefile') diff --git a/AoC2022/06/makefile b/AoC2022/06/makefile index fce871b..3ddfc1a 100644 --- a/AoC2022/06/makefile +++ b/AoC2022/06/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 -o /tmp/solver && /tmp/solver + elixir solver.exs -- cgit v1.2.3