diff options
author | Aaron LI <aly@aaronly.me> | 2023-11-16 09:27:48 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-11-16 09:27:48 +0800 |
commit | d3ac3b1a2c8eb3f8afa0bad6e2abb0bacc6dc9c2 (patch) | |
tree | 5440981af082b4902779db95da53542eda4df63b | |
parent | a5e57acf5fb511864649372c0583016dd6b78d57 (diff) | |
download | resume-d3ac3b1a2c8eb3f8afa0bad6e2abb0bacc6dc9c2.tar.bz2 |
Makefile: Remove obsolete fontawesome5.sty
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -DEPS:= resume.cls fontawesome5/fontawesome5.sty +DEPS:= resume.cls SRCS:= resume-zh.tex resume-en.tex PDFS:= $(SRCS:%.tex=%.pdf) PDFCAT:= resume-zh+en.pdf |