aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-01-06 23:11:24 +0800
committerAaron LI <aly@aaronly.me>2019-01-06 23:11:24 +0800
commit47594b491b165bc3ec4e8909864bb8742c8abc8c (patch)
treeb70dc3c3e71c01ac1f6bcdf8ad8d47904b2dc4ff /Makefile
parent1c04268fb516f27f0755742fa9586f9d517398a1 (diff)
downloadresume-47594b491b165bc3ec4e8909864bb8742c8abc8c.tar.bz2
Makefile: Add "zh" and "en" targets to easily build PDFs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ef4077..2151daa 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ DISTDIR= resume.$(DATE)
TEXINPUTS:= .:fontawesome5:$(TEXINPUTS)
all: $(PDFCAT)
+en: resume-en.pdf
+zh: resume-zh.pdf
$(PDFCAT): $(PDFS)
pdfjoin -o $@ $(PDFS)
@@ -37,7 +39,7 @@ cleanall:
latexmk -C $$f; \
done
-.PHONY: all dist clean cleanall
+.PHONY: all en zh dist clean cleanall
# One liner to get the value of any makefile variable