mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-11 09:28:04 +08:00
feat(Makefile): Update Makefile clean target to remove all build artifacts
- Enhanced clean target to remove *.pdf, *.xdv, *.fdb_latexmk, *.fls files - Ensures comprehensive cleanup of all LaTeX build artifacts
This commit is contained in:
parent
a2ae4a2929
commit
e936f68bd4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -19,4 +19,4 @@ coverletter.pdf: $(EXAMPLES_DIR)/coverletter.tex
|
|||
$(CC) -output-directory=$(EXAMPLES_DIR) $<
|
||||
|
||||
clean:
|
||||
rm -rf $(EXAMPLES_DIR)/*.pdf
|
||||
rm -rf $(EXAMPLES_DIR)/*.pdf $(EXAMPLES_DIR)/*.xdv $(EXAMPLES_DIR)/*.fdb_latexmk $(EXAMPLES_DIR)/*.fls *.fls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue