From f8f1de72fd08898abf47b8c7d4e075133d8e53ec Mon Sep 17 00:00:00 2001 From: Cristiano Nunes Date: Sat, 5 Aug 2023 14:44:21 -0300 Subject: [PATCH] Refactor --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index c15a6e2..e022e47 100644 --- a/makefile +++ b/makefile @@ -32,8 +32,8 @@ $(OUTPUT_DIR)/$(SRC).pdf: $(TEX_FILES) $(IMG_FILES) $(PDF_FILES) $(SVG_FILES:.sv @echo %.pdf: %.svg - @echo "Converting SVG files to PDF format..." - @echo " > converting '$<'..." + @echo "Converting SVG to PDF..." + @echo " > File: '$<'..." @inkscape --export-area-drawing --export-margin=1 --export-filename=$@ $< @echo "Done!" @echo