aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/03/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/03/makefile')
-rw-r--r--AoC2022/03/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/03/makefile b/AoC2022/03/makefile
index abcd94b..f781686 100644
--- a/AoC2022/03/makefile
+++ b/AoC2022/03/makefile
@@ -11,4 +11,4 @@
run:
emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit
# sbcl --load ~/.sbclrc --script solver.lisp
- # rustc solver.rs && ./solver
+ rustc solver.rs && ./solver