From 47594b491b165bc3ec4e8909864bb8742c8abc8c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 6 Jan 2019 23:11:24 +0800 Subject: Makefile: Add "zh" and "en" targets to easily build PDFs --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.2