diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-05 01:02:49 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-05 01:02:49 +0100 |
commit | a0cab3bbeaabe452eb9b5a63ddfb2643caf79482 (patch) | |
tree | aba78888089eeb433faf4e51e2097761449dfc27 /AoC2022/04/makefile | |
parent | 92f0857f8f3644e31739f63628156c4b0384b3ac (diff) | |
download | scratch-a0cab3bbeaabe452eb9b5a63ddfb2643caf79482.tar.gz scratch-a0cab3bbeaabe452eb9b5a63ddfb2643caf79482.tar.bz2 scratch-a0cab3bbeaabe452eb9b5a63ddfb2643caf79482.zip |
[AoC2022] Rust 04
Diffstat (limited to 'AoC2022/04/makefile')
-rw-r--r-- | AoC2022/04/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/04/makefile b/AoC2022/04/makefile index f4940ca..a7661bd 100644 --- a/AoC2022/04/makefile +++ b/AoC2022/04/makefile @@ -11,4 +11,4 @@ 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 + rustc solver.rs && ./solver |