mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 13:58:19 +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
|