aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/05/makefile
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2022-12-05 15:08:51 +0100
committerOscar Najera <hi@oscarnajera.com>2022-12-06 16:47:39 +0100
commit48fd41b4a011d04634830c9132cf137d33ad555a (patch)
tree8687ea1645baa5bff36784262c8900431c532e56 /AoC2022/05/makefile
parent1cea1d8aedac5ec797e9415e05395fc73c9f1497 (diff)
downloadscratch-48fd41b4a011d04634830c9132cf137d33ad555a.tar.gz
scratch-48fd41b4a011d04634830c9132cf137d33ad555a.tar.bz2
scratch-48fd41b4a011d04634830c9132cf137d33ad555a.zip
cleanups
Diffstat (limited to 'AoC2022/05/makefile')
-rw-r--r--AoC2022/05/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/AoC2022/05/makefile b/AoC2022/05/makefile
index 6516fa4..fce871b 100644
--- a/AoC2022/05/makefile
+++ b/AoC2022/05/makefile
@@ -11,5 +11,5 @@
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
+ # rustc solver.rs && ./solver
+ # elixir solver.ex