Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gerion Entrup
ffmpeg-workshop
Commits
22d149de
Commit
22d149de
authored
Oct 31, 2016
by
Gerion Entrup
Browse files
add Makefile
parent
75548004
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
22d149de
BASENAME
=
workshop
TEX
=
$(BASENAME)
.tex
all
:
pdf
pdf
:
latexmk
-pdf
$(TEX)
live
:
latexmk
-pdf
-pvc
$(TEX)
clean
:
latexmk
-c
$(TEX)
rm
-f
$(BASENAME)
.thm
rm
-f
$(BASENAME)
.bbl
rm
-f
$(BASENAME)
.synctex.gz
clean-all
:
clean
latexmk
-C
$(TEX)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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