build: makefile: use variables for clean rule
This commit is contained in:
parent
37998e3cd9
commit
9f380f5ef2
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -14,4 +14,6 @@ $(BUILD_DIR)/%.pdf: %.tex cv_common.tex twentysecondcv.cls
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
$(RM) -r build cv_en.pdf
|
||||
$(RM) -r \
|
||||
$(BUILD_DIR) \
|
||||
$(FILES) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue