Makefile: suppress DEL error

This commit is contained in:
James R 2021-05-07 16:08:24 -07:00
parent c06817d008
commit 9e7d80c2c4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
PKG_CONFIG?=pkg-config
ifdef WINDOWSHELL
rmrf=2>NUL DEL /S /Q
rmrf=-2>NUL DEL /S /Q
mkdir=-2>NUL MD
else
rmrf=rm -rf