diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-02 15:57:51 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-02 15:57:51 +0100 |
commit | 7963aeb90f43207b47cadc4a996462383cd74fc4 (patch) | |
tree | 250171117404a46c4f85c67ff8e4387342956cdd /AoC2022/02/makefile | |
parent | ad4be3275a5fa46725292cfeee72fad6835159f4 (diff) | |
download | scratch-7963aeb90f43207b47cadc4a996462383cd74fc4.tar.gz scratch-7963aeb90f43207b47cadc4a996462383cd74fc4.tar.bz2 scratch-7963aeb90f43207b47cadc4a996462383cd74fc4.zip |
[AoC2022] 02-01 elisp
Diffstat (limited to 'AoC2022/02/makefile')
-rw-r--r-- | AoC2022/02/makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/AoC2022/02/makefile b/AoC2022/02/makefile new file mode 100644 index 0000000..e358a2c --- /dev/null +++ b/AoC2022/02/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 |