summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cea989d..368eda4 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,9 @@ TEMPLATE = template.tex
CV = cv.tex
COMPILER = xelatex
-all: clean cv.tex
+all:
+ ${COMPILER} ${CV}
${COMPILER} ${CV}
clean:
rm -rf ${OUTPUT}
-
-cv.tex:
- cp ${TEMPLATE} ${CV}