From 89c2db66635b7246b8ad00febd3e0902e144ce74 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 9 Jul 2020 17:16:49 +0200 Subject: [PATCH] build: makefile: add clean rule --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1e4b050..03c4524 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,7 @@ cv_en.pdf: build/cv_en.pdf .PHONY: build/cv_en.pdf build/cv_en.pdf: @latexmk # Let the tool do its job + +.PHONY: clean +clean: + $(RM) -r build cv_en.pdf