Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Qingliang <[email protected]>
  • Loading branch information
walkthetalk committed Apr 9, 2023
1 parent c8a6e08 commit cfe61b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
output
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pdf_name := CLRS_solution
doc_env := book_cht
dir_main := $(shell dirname $(shell readlink -fe $(lastword ${MAKEFILE_LIST})))

include $(dir_main)/../scripts/common.mk
include $(dir_main)/scripts/common.mk

define clean_misc =
rm -f $(tex_name).aux $(tex_name).bbl $(tex_name).blg $(tex_name).log $(pdf_name).tuc
Expand Down

0 comments on commit cfe61b8

Please sign in to comment.