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