From d7bf95bace4b74c0ac873a949d727cff89db1c5e Mon Sep 17 00:00:00 2001 From: Emmanuel Di Pretoro Date: Fri, 14 Oct 2022 11:15:42 +0200 Subject: [PATCH] Configuring our targets as phony (not related to real file names) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5c29f50..6db4239 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +.PHONY: help pdftotext extract init help: @cat doc/help.txt