From c179d5942768e2e985884805949aa87c2e62267f Mon Sep 17 00:00:00 2001 From: Charles Dong Date: Thu, 28 Nov 2024 11:14:33 +0800 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 23378cb..a458415 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAIN_TEX = main MAIN_BIB = main OFFSET_COVER = offset-cover -REPO_URL = https://github.com/chardon55/$(REPO_NAME).git +REPO_URL = https://github.com/chardoncs/$(REPO_NAME).git build: xelatex $(MAIN_TEX).tex @@ -49,4 +49,4 @@ upgrade: clean @mv -vf ./$(REPO_NAME)/Makefile ./ @rm -vrf ./$(REPO_NAME) - @echo 'All essential files upgraded' \ No newline at end of file + @echo 'All essential files upgraded'