diff options
author | Oscar Najera <hi@oscarnajera.com> | 2022-12-05 15:08:51 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2022-12-06 16:47:39 +0100 |
commit | 48fd41b4a011d04634830c9132cf137d33ad555a (patch) | |
tree | 8687ea1645baa5bff36784262c8900431c532e56 /AoC2022/05/makefile | |
parent | 1cea1d8aedac5ec797e9415e05395fc73c9f1497 (diff) | |
download | scratch-48fd41b4a011d04634830c9132cf137d33ad555a.tar.gz scratch-48fd41b4a011d04634830c9132cf137d33ad555a.tar.bz2 scratch-48fd41b4a011d04634830c9132cf137d33ad555a.zip |
cleanups
Diffstat (limited to 'AoC2022/05/makefile')
-rw-r--r-- | AoC2022/05/makefile | 4 |
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 |