mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-22 11:49:32 +01:00
makefile
This commit is contained in:
parent
1f49635304
commit
2528671673
16
GDS/Makefile
Normal file
16
GDS/Makefile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
all: gds_braindump_ss17.pdf
|
||||||
|
|
||||||
|
continuous: $(PDF).continuous
|
||||||
|
|
||||||
|
clean: cleanup
|
||||||
|
|
||||||
|
cleanup:
|
||||||
|
@-rm -f *.aux *.fdb_latexmk *.fls *.log
|
||||||
|
|
||||||
|
%.continuous: %.pdf
|
||||||
|
@latexmk -quiet -jobname=$(@:%.continuous=%) -pvc -pdf $(@:%.continuous=%).tex
|
||||||
|
|
||||||
|
%.pdf: %.tex
|
||||||
|
@latexmk -jobname=$(@:%.pdf=%) -pdf -halt-on-error $<
|
||||||
|
|
||||||
|
.PHONY: all cleanup clean
|
Loading…
Reference in New Issue
Block a user