Skip to content

Commit 54cc6f4

Browse files
Update makefile
1 parent c924e50 commit 54cc6f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ ifdef CHAPTER
1111
-c :wq \
1212
book.tex
1313
endif
14-
-julia --color=yes pull_julia_code.jl
15-
-lualatex book
16-
-pythontex book
17-
-biber book
18-
-lualatex book
14+
-julia --color=yes pull_julia_code.jl && \
15+
lualatex book && \
16+
pythontex book && \
17+
biber book && \
18+
lualatex book
1919
ifdef CHAPTER
2020
mv book.tex.bak book.tex
2121
endif

0 commit comments

Comments
 (0)