X-Git-Url: https://git.shemshak.org/~bandali/cv/blobdiff_plain/4977a8785fb4f09442327b825360c74260a9866c..88457a3748dc603b777fd6d542ba85c511f3377e:/Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..607248b --- /dev/null +++ b/Makefile @@ -0,0 +1,30 @@ +# Makefile --- GNU Makefile for building bandali's cv + +# Copyright (C) 2020 Amin Bandali + +# This file is part of bandali's cv. + +# This CV is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This CV is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this CV. If not, see . + + +all: bandali-cv.pdf + +bandali-cv.pdf: bandali-cv.tex + latexmk -lualatex bandali-cv + +watch: + latexmk -lualatex -pvc -view=none bandali-cv + +clean: + latexmk -C