2
0
Fork 0
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:
Martin Thoma 2018-08-14 00:08:53 +02:00
parent 885e350c24
commit 01f25c0fd2
No known key found for this signature in database
GPG key ID: 94DD4FD95F98B113
24 changed files with 1385 additions and 0 deletions

View 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