build: makefile: add clean rule
This commit is contained in:
parent
24b251b693
commit
89c2db6663
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -7,3 +7,7 @@ cv_en.pdf: build/cv_en.pdf
|
||||||
.PHONY: build/cv_en.pdf
|
.PHONY: build/cv_en.pdf
|
||||||
build/cv_en.pdf:
|
build/cv_en.pdf:
|
||||||
@latexmk # Let the tool do its job
|
@latexmk # Let the tool do its job
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
||||||
|
$(RM) -r build cv_en.pdf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue