From f040734a83a241ebb654d48624f649658d9030de Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 4 Dec 2022 19:05:57 +0100 Subject: [AoC2022] ELisp 03-01 --- AoC2022/03/makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 AoC2022/03/makefile (limited to 'AoC2022/03/makefile') diff --git a/AoC2022/03/makefile b/AoC2022/03/makefile new file mode 100644 index 0000000..abcd94b --- /dev/null +++ b/AoC2022/03/makefile @@ -0,0 +1,14 @@ +## +# 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 + # rustc solver.rs && ./solver -- cgit v1.2.3