mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-24 12:39:32 +01:00
put .PHONY rule at top of Makefile
This commit is contained in:
parent
0b17e06b66
commit
5c05aca793
@ -1,3 +1,5 @@
|
||||
.PHONY: all continuous cleanup single clean rmpdf
|
||||
|
||||
all: single
|
||||
@-pdfunite Polynomordnung.pdf Konfluenz.pdf SystemF.pdf Koinduktion_reduktion.pdf Strukturelle_Induktion.pdf PumpingLemma.pdf ThProgCheatsheet.pdf
|
||||
|
||||
@ -18,5 +20,3 @@ cleanup:
|
||||
|
||||
%.pdf: %.tex
|
||||
@latexmk -quiet -jobname=$(@:%.pdf=%) -pdf -halt-on-error $< 1>/dev/null
|
||||
|
||||
.PHONY: all continuous cleanup single clean rmpdf
|
||||
|
Loading…
Reference in New Issue
Block a user