mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-29 07:47:57 +02:00
db-systeme
This commit is contained in:
parent
5a03b4421c
commit
58786aaad4
2 changed files with 43 additions and 0 deletions
7
documents/musterloesung-db-aufgabe-d1/Makefile
Normal file
7
documents/musterloesung-db-aufgabe-d1/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
SOURCE = mathe-vorlage
|
||||
make:
|
||||
pdflatex $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET) *.class *.html *.log *.aux *.out
|
Loading…
Add table
Add a link
Reference in a new issue