Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
External Relations
Document Templates
FI thesis report template
Commits
bdaba009
Commit
bdaba009
authored
Jun 05, 2020
by
Martin Ukrop
Browse files
Improve the clean target
parent
d904e808
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
bdaba009
...
...
@@ -4,7 +4,7 @@ PDFS=$(TEXS:.tex=.pdf)
all
:
$(PDFS) clean
clean
:
rm
-f
*
.aux
*
.dvi
*
.log
*
.synctex.gz
*
.out
*
.nav
*
.toc
*
.snm
*
.run.xml
*
-blx
.bib
*
.bbl
*
.blg
*
.bcf
rm
-f
*
.aux
*
.dvi
*
.log
*
.synctex.gz
*
.out
*
.nav
*
.toc
*
.snm
*
.run.xml
*
-blx
.bib
*
.bbl
*
.blg
*
.bcf
*
.fls
*
.fdb_latexmk
%.pdf
:
%.tex fi-thesis-report.cls
pdflatex
$<
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment