makefile: only clean resume files
This commit is contained in:
parent
3c5ab3f7db
commit
8edd9821c7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user