first commit

This commit is contained in:
Lukian 2024-09-28 15:59:39 +02:00
commit c8da6f896e
5 changed files with 66 additions and 0 deletions

4
makefile Normal file
View file

@ -0,0 +1,4 @@
make:
pdflatex -jobname=name src/source.tex
rm -rf *.lof *.log *.toc *.aux
rm -rf src/*.lof src/*.log src/*.toc src/*.aux