Makefile added
This commit is contained in:
parent
b14a120864
commit
d63bd24d78
1 changed files with 5 additions and 0 deletions
5
Protokolle/Aktivitäten/Makefile
Normal file
5
Protokolle/Aktivitäten/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
%.pdf: %.tex
|
||||
pdflatex $< && pdflatex $<
|
||||
|
||||
clean:
|
||||
rm -f *.toc *.aux *.ptc1 *.mtc *.mtc0 *.pdf *.log *.maf *.out
|
Loading…
Reference in a new issue