2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/cheat-sheets/analysis/Makefile

17 lines
304 B
Makefile
Raw Normal View History

2012-08-10 10:56:38 +02:00
# CHANGELOG
# Version 1.0: Erstellung des Makefile
# Version des Makefile
fileinfo := LaTeX Makefile
author := Martin Thoma
version := 1.0
DATE=$(shell date +%Y-%m-%d)
make:
pdflatex Analysis_Wichtige_Formeln.tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux