Skip to content

Commit

Permalink
fix: Removed unnecessary cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Jul 23, 2022
1 parent bd39907 commit d6fa47e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ SOURCES = $(wildcard $(SRCDIR)/*.tex)

all:
@mkdir -p $(BUILDDIR)
@cd $(BUILDDIR)
@for i in $(SOURCES); do \
latexmk -quiet -pdf -pdflatex="pdflatex -interaction=nonstopmode" -output-directory="build" -use-make $$i; \
done
Expand Down

0 comments on commit d6fa47e

Please sign in to comment.