diff options
Diffstat (limited to 'AoC2022/04/makefile')
-rw-r--r-- | AoC2022/04/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AoC2022/04/makefile b/AoC2022/04/makefile index a7661bd..6516fa4 100644 --- a/AoC2022/04/makefile +++ b/AoC2022/04/makefile @@ -12,3 +12,4 @@ 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 |