Saataa andagii !
This commit is contained in:
commit
3ddcf2459b
6 changed files with 485 additions and 0 deletions
10
makefile
Normal file
10
makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
name=sbp
|
||||
|
||||
make:
|
||||
pdflatex -jobname=$(name) src/source.tex
|
||||
pdflatex -jobname=$(name) src/source.tex
|
||||
rm -rf *.lof *.log *.toc *.aux *.out
|
||||
rm -rf src/*.lof src/*.log src/*.toc src/*.aux
|
||||
|
||||
clean:
|
||||
rm -rf *.pdf
|
Loading…
Add table
Add a link
Reference in a new issue