mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:43:31 +03:00
parent
9783c4540f
commit
f6955e4215
2 changed files with 7 additions and 16 deletions
|
|
@ -277,13 +277,11 @@ DEL = rm -f $1
|
|||
COPY = -cp -afv $1 $2
|
||||
MKDIR = mkdir -p $1
|
||||
RMDIR = rm -fr $1
|
||||
WHICH = $(SHELL) -c "command -v $1"
|
||||
else
|
||||
DEL = -del 2>NUL /q /f $(subst /,\,$1)
|
||||
COPY = -copy 2>NUL /y $(subst /,\,$1) $(subst /,\,$2)
|
||||
MKDIR = -md 2>NUL $(subst /,\,$1)
|
||||
RMDIR = -rd 2>NUL /q /s $(subst /,\,$1)
|
||||
WHICH = where $1
|
||||
endif
|
||||
|
||||
all: $(TARGETS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue