aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/04/makefile
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2022-12-05 01:41:02 +0100
committerOscar Najera <hi@oscarnajera.com>2022-12-05 01:42:56 +0100
commit1a6dfdadc5cce9f9ed54046f51c2b6e57e61c2e7 (patch)
tree32ad4576d67851ef083fc8710b6f38e94854272b /AoC2022/04/makefile
parenta0cab3bbeaabe452eb9b5a63ddfb2643caf79482 (diff)
downloadscratch-1a6dfdadc5cce9f9ed54046f51c2b6e57e61c2e7.tar.gz
scratch-1a6dfdadc5cce9f9ed54046f51c2b6e57e61c2e7.tar.bz2
scratch-1a6dfdadc5cce9f9ed54046f51c2b6e57e61c2e7.zip
[AoC2022] 04 Elixir
Diffstat (limited to 'AoC2022/04/makefile')
-rw-r--r--AoC2022/04/makefile1
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