Skip to content

Commit 6026699

Browse files
committed
Tidy section: Character Device drivers
1 parent 4257b6d commit 6026699

File tree

2 files changed

+172
-71
lines changed

2 files changed

+172
-71
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
all: lkmpg.tex
2+
rm -rf _minted-main
23
pdflatex -shell-escap lkmpg.tex
4+
bibtex main >/dev/null || echo
5+
pdflatex -shell-escape $< 2>/dev/null >/dev/null
36

47
clean:
58
rm -f *.dvi *.aux *.log *.ps *.pdf *.out lkmpg.bbl lkmpg.blg lkmpg.lof lkmpg.toc

0 commit comments

Comments
 (0)