File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
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
4
4
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
10
10
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
You can’t perform that action at this time.
0 commit comments