Make copying update the time on Windows.
This commit is contained in:
parent
c9934d69fa
commit
889bfe0803
4
Makefile
4
Makefile
@ -2,8 +2,8 @@ ifdef ComSpec
|
|||||||
BIN := $(subst /,\,node_modules/.bin/)
|
BIN := $(subst /,\,node_modules/.bin/)
|
||||||
RMDIR := -rmdir /s /q
|
RMDIR := -rmdir /s /q
|
||||||
RM := -del
|
RM := -del
|
||||||
CP = copy /y $(subst /,\,$<) $(subst /,\,$@)
|
CP = copy /y $(subst /,\,$<)+ $(subst /,\,$@)
|
||||||
CP2 = copy /y $(subst /,\,$1) $(subst /,\,$2)
|
CP2 = copy /y $(subst /,\,$1)+ $(subst /,\,$2)
|
||||||
MKDIR = -mkdir $(subst /,\,$@)
|
MKDIR = -mkdir $(subst /,\,$@)
|
||||||
ESC_DOLLAR = $$
|
ESC_DOLLAR = $$
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user