From c33ec078d950caef349b48075db3abcadb5b5bee Mon Sep 17 00:00:00 2001 From: "Junyoung/\"Clare\" Jang" Date: Sat, 16 Nov 2024 18:50:42 -0500 Subject: [PATCH] Update Makefile (#264) --- theories/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Makefile b/theories/Makefile index 52eb44e..09ef36f 100644 --- a/theories/Makefile +++ b/theories/Makefile @@ -44,7 +44,7 @@ clean: $(COQMAKEFILE) .PHONY: update_CoqProject update_CoqProject: clean - (echo "-R . Mcltt"; \ + (echo "-R . Mctt"; \ echo ""; \ echo "-arg -w -arg -cast-in-pattern,-notation-overridden"; \ echo ""; \