diff options
Diffstat (limited to 'AoC2022/07')
-rw-r--r-- | AoC2022/07/makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/AoC2022/07/makefile b/AoC2022/07/makefile deleted file mode 100644 index 73929a6..0000000 --- a/AoC2022/07/makefile +++ /dev/null @@ -1,13 +0,0 @@ -## -# 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 |