@@ -0,0 +1,13 @@
TEX=pdflatex
SRC=essaie.tex
OUTDIR=output
OUTPDF=$(OUTDIR)/essaie.pdf
all:
@mkdir -p $(OUTDIR)
$(TEX) -output-directory=$(OUTDIR) $(SRC)
clean:
rm -rf $(OUTDIR)/*.aux $(OUTDIR)/*.log $(OUTDIR)/*.pdf
.PHONY: all clean
The note is not visible to the blocked user.