2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-29 07:47:57 +02:00
LaTeX-examples/math/fractions/Makefile

7 lines
115 B
Makefile
Raw Normal View History

2012-09-14 20:33:02 +02:00
make:
pdflatex fractions.tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux