makefile: only clean resume files

This commit is contained in:
Trianta 2024-07-31 02:38:10 -05:00
parent 3c5ab3f7db
commit 8edd9821c7

View File

@ -21,4 +21,4 @@ resume.txt: resume.md
pandoc --from markdown --to plain -o resume.txt resume.md pandoc --from markdown --to plain -o resume.txt resume.md
clean: clean:
rm -f *.html *.pdf *.docx *.txt rm -f resume.html resume.pdf resume.docx resume.txt