diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-04 19:05:57 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-04 19:06:42 +0100 |
commit | f040734a83a241ebb654d48624f649658d9030de (patch) | |
tree | 212e2c8d411165ce982429f323b5c454d905ed8e /AoC2022/03/makefile | |
parent | c8d32ae16184f660b441a3ddc490a1dae44a2eb1 (diff) | |
download | scratch-f040734a83a241ebb654d48624f649658d9030de.tar.gz scratch-f040734a83a241ebb654d48624f649658d9030de.tar.bz2 scratch-f040734a83a241ebb654d48624f649658d9030de.zip |
[AoC2022] ELisp 03-01
Diffstat (limited to 'AoC2022/03/makefile')
-rw-r--r-- | AoC2022/03/makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/AoC2022/03/makefile b/AoC2022/03/makefile new file mode 100644 index 0000000..abcd94b --- /dev/null +++ b/AoC2022/03/makefile @@ -0,0 +1,14 @@ +## +# run solutions +# +# @file +# @version 0.1 + + + +# end + +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 |