From 7963aeb90f43207b47cadc4a996462383cd74fc4 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 2 Dec 2022 15:57:51 +0100 Subject: [AoC2022] 02-01 elisp --- AoC2022/02/makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 AoC2022/02/makefile (limited to 'AoC2022/02/makefile') 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 -- cgit v1.2.3