mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-21 21:35:38 +00:00
[Makefile.Win32] $MSYSTEM check never fails.
'make clean' from Win command shell doesn't fully clean, condition always true.
This commit is contained in:
parent
5f30614c4c
commit
acc7161ca5
|
@ -73,7 +73,7 @@ endif
|
|||
# Use Bash or Windows Prompt shell commands?
|
||||
#
|
||||
DELETE = rm -d -r -f
|
||||
ifeq ($(strip $(MSYSTEM)),)
|
||||
ifeq ($(strip $(MSYSTEM)),1)
|
||||
DELETE = rmdir /s /q
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue