revamp and update the cv
[~bandali/cv] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..607248b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,30 @@
+# Makefile --- GNU Makefile for building bandali's cv
+
+# Copyright (C) 2020 Amin Bandali <bandali@uwaterloo.ca>
+
+# 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 <https://www.gnu.org/licenses/>.
+
+
+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