mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Add software-engineering-basics
This commit is contained in:
parent
885e350c24
commit
01f25c0fd2
24 changed files with 1385 additions and 0 deletions
9
presentations/software-engineering-basics/Makefile
Normal file
9
presentations/software-engineering-basics/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
SOURCE = software-engineering-basics
|
||||
|
||||
make:
|
||||
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
|
||||
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.glo *.glg *.gls *.ist *.xdy *.1 *.toc *.snm *.nav *.vrb *.fls *.fdb_latexmk *.pyg
|
Loading…
Add table
Add a link
Reference in a new issue