Skip to content

Commit c924e50

Browse files
Update makefile
restore backup also when compilation fails
1 parent a7e8715 commit c924e50

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)