diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-05 00:04:50 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-05 00:04:50 +0100 |
commit | 92f0857f8f3644e31739f63628156c4b0384b3ac (patch) | |
tree | 61b266d79fd2575e208718339e848f7c93adb293 /AoC2022/04/makefile | |
parent | 976fafe4bfee6b66218b0ce0f0481624c5fe2f02 (diff) | |
download | scratch-92f0857f8f3644e31739f63628156c4b0384b3ac.tar.gz scratch-92f0857f8f3644e31739f63628156c4b0384b3ac.tar.bz2 scratch-92f0857f8f3644e31739f63628156c4b0384b3ac.zip |
[AoC2022] Elisp + common lisp 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 ee6a716..f4940ca 100644 --- a/AoC2022/04/makefile +++ b/AoC2022/04/makefile @@ -10,5 +10,5 @@ run: sbcl --load ~/.sbclrc --script solver.lisp - # emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit + emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit # rustc solver.rs && ./solver |