diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 1a2747d..f42792d 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,6 @@ ${PACKAGE_CONLANGS}: package-%: build package-cv: dotnet dotgeek cv mkdir {dotnet,dotgeek}/cv; - cp web-cv/{index.html,style.css,work-cv.pdf} dotnet/cv - cp web-cv/{index.html,style.css,work-cv.pdf} dotgeek/cv + cp web-cv/{index.html,style.css,cv.pdf} dotnet/cv + cp web-cv/{index.html,style.css,cv.pdf} dotgeek/cv |