I did some reading on the discord and you can use make clean SHELL=CMD in order to get it to work because w64devkit uses busybox shell.
Does that not mean that windows should use the linux commands by default, or is w64devkit not the intended way to use raylib on windows? I guess the installer only installs mingw itself, where do you get the single download from besides raylib?
Edit: I just noticed it works fine in raylib itself, can this be added to the makefile here as well? clean_shell_cmd: SHELL=cmd
sh: del: not found
I did some reading on the discord and you can use
make clean SHELL=CMD
in order to get it to work because w64devkit uses busybox shell.Does that not mean that windows should use the linux commands by default, or is w64devkit not the intended way to use raylib on windows? I guess the installer only installs mingw itself, where do you get the single download from besides raylib?
Edit: I just noticed it works fine in raylib itself, can this be added to the makefile here as well?
clean_shell_cmd: SHELL=cmd