math/makefile

8 lines
107 B
Makefile
Raw Normal View History

2025-10-17 13:18:42 +08:00
win:
pdflatex -output-directory=build $(file).tex
clean:
rm ./index.pdf
rm ./index.log
rm ./index.aux