From 39756a4af43749a09c5ca4bfd3f56450cc31b50a Mon Sep 17 00:00:00 2001
From: Luke Naylor <l.naylor@sms.ed.ac.uk>
Date: Fri, 5 Apr 2024 21:25:43 +0100
Subject: [PATCH] Correct last commit

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 25f94d6..a3f5e28 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ notebook_py_libs: $(addprefix $(GENERATED_PYLIBS_DIR)/, $(addsuffix .py, $(NOTEB
 
 define RUST_TO_TEX_RULE
 $(1).rs.tex.git-untrack: $(1).rs
-	chromacode -r -f -i $^ -o $@
+	chromacode -r -f -i $(1).rs -o $(1).rs.tex.git-untrack
 endef
 
 RUSTSNIPPETSBASE=tilt.rs/src/tilt_stability/considered_b_for_beta.git-untrack tilt.rs/src/tilt_stability/find_all.git-untrack
-- 
GitLab