Makefile: add COPYREC
This commit is contained in:
@@ -31,6 +31,7 @@ S = /
|
||||
CPSEP = :
|
||||
|
||||
COPY = cp
|
||||
COPYREC = cp -r
|
||||
DEL = rm -f
|
||||
DELREC = rm -rf
|
||||
GREP = grep
|
||||
|
||||
@@ -41,6 +41,7 @@ S = \\
|
||||
CPSEP =;
|
||||
|
||||
COPY = copy
|
||||
COPYREC = xcopy
|
||||
DEL = del
|
||||
DELREC = tools\rm.exe -rf
|
||||
GREP = tools\grep.exe
|
||||
|
||||
Reference in New Issue
Block a user