Skip to content

Commit

Permalink
Remove unnecessary entries in Makefile and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
BryantLam committed Mar 12, 2020
1 parent 2000a9b commit baecb64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ main_spec.log
main_spec.out
main_spec.pdf
main_spec.toc
*.log
*~
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ${TARGET}.pdf: ${SOURCES} ${FIGURES} ${EXAMPLES}
pdflatex $(LATEXOPT) ${TARGET}

RM ?= rm -f
CLEAN_EXTENSIONS = aux bbl blg dvi idx ilg ind log out pdf ps toc
CLEAN_EXTENSIONS = aux idx ilg ind log out pdf toc
.PHONY: clean
clean:
for e in ${CLEAN_EXTENSIONS}; do $(RM) ${TARGET}.$$e; done

0 comments on commit baecb64

Please sign in to comment.