diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-08 15:32:43 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-08 15:32:43 +0100 |
commit | 23bbb7d957af6510479bce016f5ef7f8fdf6886e (patch) | |
tree | d0ce6b2ff5f4d154f4231e9db3080759a58a0141 /AoC2022/07/makefile | |
parent | c3cf19fc1ff67d89d69eb80e974bc330daebb202 (diff) | |
download | scratch-23bbb7d957af6510479bce016f5ef7f8fdf6886e.tar.gz scratch-23bbb7d957af6510479bce016f5ef7f8fdf6886e.tar.bz2 scratch-23bbb7d957af6510479bce016f5ef7f8fdf6886e.zip |
[AoC2022] 07 CL
Diffstat (limited to 'AoC2022/07/makefile')
-rw-r--r-- | AoC2022/07/makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/AoC2022/07/makefile b/AoC2022/07/makefile new file mode 100644 index 0000000..73929a6 --- /dev/null +++ b/AoC2022/07/makefile @@ -0,0 +1,13 @@ +## +# 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 |