build: makefile: add clean rule

This commit is contained in:
Bruno BELANYI 2020-07-09 17:16:49 +02:00
parent 24b251b693
commit 89c2db6663

View file

@ -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