cv: remove 'cv_' prefix from files

This commit is contained in:
Bruno BELANYI 2020-07-14 21:30:19 +02:00
parent 8d62e079e7
commit 3ebd936b0e
4 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/build
/cv_*.pdf
/*.pdf

View File

@ -1,7 +1,7 @@
BUILD_DIR := build
FILES := \
cv_en.pdf \
cv_fr.pdf \
en.pdf \
fr.pdf \
.PHONY: all
all: $(FILES)

View File

View File