build: makefile: use variables for clean rule

This commit is contained in:
Bruno BELANYI 2020-07-14 16:05:58 +02:00
parent 37998e3cd9
commit 9f380f5ef2

View file

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