mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-24 20:02:16 +08:00
7 lines
160 B
Makefile
7 lines
160 B
Makefile
all: lkmpg.tex
|
|
pdflatex -shell-escap lkmpg.tex
|
|
|
|
clean:
|
|
rm -f *.dvi *.aux *.log *.ps *.pdf *.out lkmpg.bbl lkmpg.blg lkmpg.lof lkmpg.toc
|
|
rm -rf _minted-lkmpg
|