diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-02 20:19:19 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-02 20:19:19 +0100 |
commit | b5c8aae7a0497810331759b47a22f0b2ebe765b1 (patch) | |
tree | 75b8757a68063bf1c33ddffe0085c6858e20b09a /AoC2022/02/makefile | |
parent | cd25edb1ded40bd5bf328b928dc533c53cecaa05 (diff) | |
download | scratch-b5c8aae7a0497810331759b47a22f0b2ebe765b1.tar.gz scratch-b5c8aae7a0497810331759b47a22f0b2ebe765b1.tar.bz2 scratch-b5c8aae7a0497810331759b47a22f0b2ebe765b1.zip |
[AoC2022] Rust 02-02
Diffstat (limited to 'AoC2022/02/makefile')
-rw-r--r-- | AoC2022/02/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |