Skip to content

Commit cad27e7

Browse files
committed
correct makefile
1 parent 79e7fad commit cad27e7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

makefile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
test:
2-
julia --color=yes pull_julia_code.jl
3-
julia --color=yes runtests.jl
2+
julia --color=yes pull_julia_code.jl
3+
julia --color=yes runtests.jl
44
compile:
5-
julia --color=yes pull_julia_code.jl
6-
lualatex book
7-
pythontex book
8-
biber book
9-
lualatex book
5+
julia --color=yes pull_julia_code.jl
6+
lualatex book
7+
pythontex book
8+
biber book
9+
lualatex book
1010
clean:
11-
find . -type f -name "*.aux" -exec rm -f {} \;
12-
rm -f book.bbl book.blg book.bcf book.idx book.log book.out book.pytxcode book.run.xml book.toc
13-
rm -f all_algorithm_blocks.jl all_juliaconsole_blocks.jl all_test_blocks.jl
14-
rm -rf pythontex-files-book
11+
find . -type f -name "*.aux" -exec rm -f {} \;
12+
rm -f book.bbl book.blg book.bcf book.idx book.log book.out book.pytxcode book.run.xml book.toc
13+
rm -f all_algorithm_blocks.jl all_juliaconsole_blocks.jl all_test_blocks.jl
14+
rm -rf pythontex-files-book

0 commit comments

Comments
 (0)