From 41ffa60a36284e087545bdcf413f7bb4b7c23369 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 5 Dec 2022 12:46:56 +0100 Subject: [AoC2022] Elisp 05-01 --- AoC2022/05/makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 AoC2022/05/makefile (limited to 'AoC2022/05/makefile') diff --git a/AoC2022/05/makefile b/AoC2022/05/makefile new file mode 100644 index 0000000..6516fa4 --- /dev/null +++ b/AoC2022/05/makefile @@ -0,0 +1,15 @@ +## +# 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 + rustc solver.rs && ./solver + elixir solver.ex -- cgit v1.2.3