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
2012-09-14 20:33:02 +02:00

6 lines
115 B
Makefile

make:
pdflatex fractions.tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux