makefile: only clean resume files
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user