Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs authored Nov 28, 2024
1 parent 1062bf7 commit c179d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -49,4 +49,4 @@ upgrade: clean
@mv -vf ./$(REPO_NAME)/Makefile ./

@rm -vrf ./$(REPO_NAME)
@echo 'All essential files upgraded'
@echo 'All essential files upgraded'

0 comments on commit c179d59

Please sign in to comment.