5 lines
84 B
Makefile
5 lines
84 B
Makefile
|
all:
|
||
|
python3 gen.py
|
||
|
pdflatex final.tex
|
||
|
rm *.toc *.log *.aux
|