From 8edd9821c747cf1b1d587e8838df032df001595f Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Wed, 31 Jul 2024 02:38:10 -0500 Subject: [PATCH] makefile: only clean resume files --- about/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/Makefile b/about/Makefile index b80d18b..1a9d917 100644 --- a/about/Makefile +++ b/about/Makefile @@ -21,4 +21,4 @@ resume.txt: resume.md pandoc --from markdown --to plain -o resume.txt resume.md clean: - rm -f *.html *.pdf *.docx *.txt + rm -f resume.html resume.pdf resume.docx resume.txt