diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-04 22:50:54 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-04 22:51:27 +0100 |
commit | afe994a44396c3a8e5ad29ccc3d7f21e85fecd14 (patch) | |
tree | 8abf88dcc5d87c36af46c096d1320db6adbe9108 /AoC2022/03/makefile | |
parent | c91c280211b7706561d97c8131600398063c7527 (diff) | |
download | scratch-afe994a44396c3a8e5ad29ccc3d7f21e85fecd14.tar.gz scratch-afe994a44396c3a8e5ad29ccc3d7f21e85fecd14.tar.bz2 scratch-afe994a44396c3a8e5ad29ccc3d7f21e85fecd14.zip |
[AoC2022] Common Lisp 03
Diffstat (limited to 'AoC2022/03/makefile')
-rw-r--r-- | AoC2022/03/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/03/makefile b/AoC2022/03/makefile index f781686..630e630 100644 --- a/AoC2022/03/makefile +++ b/AoC2022/03/makefile @@ -10,5 +10,5 @@ run: emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit - # sbcl --load ~/.sbclrc --script solver.lisp + sbcl --load ~/.sbclrc --script solver.lisp rustc solver.rs && ./solver |