mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
db getext
This commit is contained in:
parent
a430494180
commit
fe6543ad0b
13 changed files with 315 additions and 0 deletions
7
documents/musterloesung-db-2012-09-24/Makefile
Normal file
7
documents/musterloesung-db-2012-09-24/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
SOURCE = musterloesung-db-2012-09-24
|
||||
make:
|
||||
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.pyg
|
Loading…
Add table
Add a link
Reference in a new issue