@ -0,0 +1,2 @@
/build
*.jpeg
@ -0,0 +1,11 @@
TEXFILE = cv.tex
BUILDDIR = build
compile: $(BUILDDIR)
pdflatex -output-directory=$(BUILDDIR) $(TEXFILE)
$(BUILDDIR):
mkdir -p $(BUILDDIR)
clean:
rm -rf $(BUILDDIR)
The note is not visible to the blocked user.