From b5c8aae7a0497810331759b47a22f0b2ebe765b1 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 2 Dec 2022 20:19:19 +0100 Subject: [AoC2022] Rust 02-02 --- AoC2022/02/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'AoC2022/02/makefile') diff --git a/AoC2022/02/makefile b/AoC2022/02/makefile index 73929a6..630e630 100644 --- a/AoC2022/02/makefile +++ b/AoC2022/02/makefile @@ -11,3 +11,4 @@ run: emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit sbcl --load ~/.sbclrc --script solver.lisp + rustc solver.rs && ./solver -- cgit v1.2.3