raysan5 / raylib-game-template

A small template to start your raylib game
zlib License
420 stars 101 forks source link

`make clean` not working on windows #16

Closed lesleyrs closed 1 year ago

lesleyrs commented 1 year ago

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