Fix Windows copy adding EOF mark.
This commit is contained in:
parent
b048b8b834
commit
7e0ec12c49
4
Makefile
4
Makefile
@ -2,8 +2,8 @@ ifdef ComSpec
|
||||
BIN := $(subst /,\,node_modules/.bin/)
|
||||
RMDIR := -rmdir /s /q
|
||||
RM := -del
|
||||
CP = copy /y $(subst /,\,$<)+ $(subst /,\,$@)
|
||||
CP2 = copy /y $(subst /,\,$1)+ $(subst /,\,$2)
|
||||
CP = copy /b /y $(subst /,\,$<)+ $(subst /,\,$@)
|
||||
CP2 = copy /b /y $(subst /,\,$1)+ $(subst /,\,$2)
|
||||
MKDIR = -mkdir $(subst /,\,$@)
|
||||
ESC_DOLLAR = $$
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user