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 /build
/cv_*.pdf /*.pdf

View File

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

View File

View File