Skip to content
Commit af068971 authored by Simon Richter's avatar Simon Richter Committed by Andrea Canciani
Browse files

build: Use `del` instead of `rm` on `cmd.exe` shells



The `rm` command is not usually available when running on Win32 in a
`cmd.exe` shell. Instead the shell provides the `del` builtin, which
has somewhat more limited wildcars expansion and error handling.

This makes all of the Makefile targets work on Win32 both using
`cmd.exe` and using the MSYS environment.

Signed-off-by: default avatarSimon Richter <Simon.Richter@hogyros.de>
Signed-off-by: default avatarAndrea Canciani <ranma42@gmail.com>
Acked-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
parent 93b876c1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment