Add clean to all target in the Makefile
This commit is contained in:
parent
558cebb14e
commit
c44a35aed5
2
Makefile
2
Makefile
@ -66,7 +66,7 @@ $(pdfs): %.pdf: %.tex
|
|||||||
@echo $(bibs)
|
@echo $(bibs)
|
||||||
$(LATEXMK) $<
|
$(LATEXMK) $<
|
||||||
|
|
||||||
all: $(pdfs)
|
all: $(pdfs) clean
|
||||||
|
|
||||||
# clean up everything except final pdfs
|
# clean up everything except final pdfs
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user