Add clean to all target in the Makefile

This commit is contained in:
coolneng 2019-07-08 15:14:28 +02:00
parent 558cebb14e
commit c44a35aed5
1 changed files with 1 additions and 1 deletions

View File

@ -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: