aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/04/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2022/04/makefile')
-rw-r--r--AoC2022/04/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/AoC2022/04/makefile b/AoC2022/04/makefile
index f4940ca..a7661bd 100644
--- a/AoC2022/04/makefile
+++ b/AoC2022/04/makefile
@@ -11,4 +11,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
+ rustc solver.rs && ./solver