Open meiry opened 2 years ago
@meiry I'm afraid this issue is dependant on the SHELL used by the OS/Platform to run those commands. There is no easy solution, it's really OS/Platform dependant, I invested many hours of my life trying to find a solution that could work in all situations and I couldn't; this issue is the prove of it.
@raysan5
just add option to the make file so if its see's that flag it will use rm and not del something like
MAKE_RM=1 make clean
@meiry try make SHELL=cmd clean
that should also work
I see you are also using raylib 4.0, I believe this issue has been reviewed since can you try with the current version of the repo too?
this definitely isn't the appropriate place to open the issue, though
I don't think this can work, can it?
rm $(RAYLIB_RELEASE_PATH)
It needs the -r
argument to delete a directory tree.
Running make clean command gives error in windows 10 While trying to clean the lib from source
By the way solution is to convert to rm command in makefile :