diff --git a/2025-10-27_hardware_test_engineer/resume.tex b/2025-10-27_hardware_test_engineer/resume.tex index 9e92a57..51e2eab 100644 --- a/2025-10-27_hardware_test_engineer/resume.tex +++ b/2025-10-27_hardware_test_engineer/resume.tex @@ -1,4 +1,3 @@ -%% start of file `template.tex'. %% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv). % % This work may be distributed and/or modified under the @@ -192,6 +191,3 @@ \addtofoot[]{\textit{\small{References available upon request. Detailed experiences are available on my website.}}} \end{document} - - -%% end of file `template.tex'. diff --git a/2025-10-27_infrastructure_engineer/resume.tex b/2025-10-27_infrastructure_engineer/resume.tex index 9e92a57..51e2eab 100644 --- a/2025-10-27_infrastructure_engineer/resume.tex +++ b/2025-10-27_infrastructure_engineer/resume.tex @@ -1,4 +1,3 @@ -%% start of file `template.tex'. %% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv). % % This work may be distributed and/or modified under the @@ -192,6 +191,3 @@ \addtofoot[]{\textit{\small{References available upon request. Detailed experiences are available on my website.}}} \end{document} - - -%% end of file `template.tex'. diff --git a/Makefile b/Makefile index da7abb5..d6d2f22 100644 --- a/Makefile +++ b/Makefile @@ -17,19 +17,25 @@ NAME_PREFIX=corwin_perren LEGACY_LATEX_BUILD_COMMAND=pdftex -halt-on-error -fmt=pdflatex LATEX_BUILD_COMMAND=lualatex --halt-on-error -.PHONY: clean +.PHONY: clean clean_build_logs default: all -clean: +clean: clean_build_logs @find . -type f -name '*.pdf' -delete -exec echo "Deleting {}" \; +clean_build_logs: + @find . -type f -name '*.aux' -delete -exec echo "Deleting {}" \; + @find . -type f -name '*.log' -delete -exec echo "Deleting {}" \; + @find . -type f -name '*.out' -delete -exec echo "Deleting {}" \; + all: \ templates \ $(2019_07_01_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2019-07-01_hardware_test_engineer.pdf \ $(2025_10_27_HARDWARE_TEST_ENGINEER_PREFIX_PATH)_2025_10_27_hardware_test_engineer.pdf \ $(2025_10_27_INFRA_ENGINEER_PREFIX_PATH)_2025_10_27_infrastructure_engineer.pdf \ - $(2025_10_27_REFERENCES_PREFIX_PATH)_2025_10_27_references.pdf + $(2025_10_27_REFERENCES_PREFIX_PATH)_2025_10_27_references.pdf \ + clean_build_logs @git add . templates: \ diff --git a/_templates/resumes/resume.tex b/_templates/resumes/resume.tex index 9e92a57..51e2eab 100644 --- a/_templates/resumes/resume.tex +++ b/_templates/resumes/resume.tex @@ -1,4 +1,3 @@ -%% start of file `template.tex'. %% Copyright 2006-2015 Xavier Danaux (xdanaux@gmail.com), 2020-2024 moderncv maintainers (github.com/moderncv). % % This work may be distributed and/or modified under the @@ -192,6 +191,3 @@ \addtofoot[]{\textit{\small{References available upon request. Detailed experiences are available on my website.}}} \end{document} - - -%% end of file `template.tex'.