Changed rm to del.

This commit is contained in:
waltje
2017-05-26 22:57:38 -04:00
parent 94680da416
commit 2c468f551a

View File

@@ -8,7 +8,7 @@
# #
# Modified Makefile for Win32 MinGW 32-bit environment. # Modified Makefile for Win32 MinGW 32-bit environment.
# #
# Version: @(#)Makefile.mingw 1.0.16 2017/05/23 # Version: @(#)Makefile.mingw 1.0.17 2017/05/26
# #
# Authors: Kotori, <oubattler@gmail.com> # Authors: Kotori, <oubattler@gmail.com>
# Fred N. van Kempen, <decwiz@yahoo.com> # Fred N. van Kempen, <decwiz@yahoo.com>
@@ -248,9 +248,9 @@ endif
clean: clean:
rm *.o -del *.o >NUL:
rm *.exe -del *.exe >NUL:
rm *.res -del *.res >NUL:
86Box.res: 86Box.rc 86Box.res: 86Box.rc
@echo Processing $< @echo Processing $<