From ad4be3275a5fa46725292cfeee72fad6835159f4 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 2 Dec 2022 14:54:40 +0100 Subject: [AoC2022] Common lisp and makefile runner --- AoC2022/01/makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 AoC2022/01/makefile (limited to 'AoC2022/01/makefile') diff --git a/AoC2022/01/makefile b/AoC2022/01/makefile new file mode 100644 index 0000000..b885a31 --- /dev/null +++ b/AoC2022/01/makefile @@ -0,0 +1,13 @@ +## +# run solutions +# +# @file +# @version 0.1 + + + +# end + +run: + sbcl --load ~/.sbclrc --script solver.lisp + emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit -- cgit v1.2.3