Makefile: add COPYREC

This commit is contained in:
Corentin Le Molgat
2018-04-25 16:51:42 +02:00
parent 88639db551
commit f3fd8aa995
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ S = /
CPSEP = :
COPY = cp
COPYREC = cp -r
DEL = rm -f
DELREC = rm -rf
GREP = grep

View File

@@ -41,6 +41,7 @@ S = \\
CPSEP =;
COPY = copy
COPYREC = xcopy
DEL = del
DELREC = tools\rm.exe -rf
GREP = tools\grep.exe