BUILDDIR=./build SRCDIR=./src all: latex --output-format=pdf --output-directory=$(BUILDDIR) $(SRCDIR)/culinaria.tex clean: - rm -rf $(BUILDDIR)