From d22f01663c86966697b4a8f298421fda0f421b1a Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Fri, 8 Apr 2022 15:00:07 +0200 Subject: [PATCH] Remove Makefile --- Makefile | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 93bc8dc..0000000 --- a/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -LATEX = pdflatex -BIBTEX = bibtex -# INDEX = makeindex -RM = rm -DST = candidature -LILLE = $(DST)-Lille205 -PARIS = $(DST)-Paris600 -NANCY = $(DST)-Nancy615 -SRC = $(DST).tex -LATEX_OPTIONS = -file-line-error -BIBEX_OPTIONS = -min-crossrefs=100 -INDEX_OPTIONS = -s indexstyle.ist - -all: lille paris nancy - -lille: $(LILLE) - -paris: $(PARIS) - -nancy: $(NANCY) - -clean: - $(RM) -rf *.bbl *.aux *.blg *.idx *.ilg *.ind *.lof *.log *.lot *.out *.toc - -mrproper: clean - $(RM) *.pdf - -single: - $(LATEX) $(LATEX_OPTIONS) --jobname $(DST) $(SRC) - -candidature-%: candidature-%.tex commun.tex projetrecherche.tex communfin.tex - $(LATEX) $(LATEX_OPTIONS) --jobname $@ $< - -- 2.30.2