8 lines
107 B
Makefile
8 lines
107 B
Makefile
|
|
win:
|
||
|
|
pdflatex -output-directory=build $(file).tex
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm ./index.pdf
|
||
|
|
rm ./index.log
|
||
|
|
rm ./index.aux
|