raysan5 / raylib-game-template

A small template to start your raylib game
zlib License
389 stars 91 forks source link

make clean uses `del` on non-Windows systems #7

Closed bart9h closed 1 year ago

bart9h commented 2 years ago

make clean uses the del command, which is not avialable on UNIX-based systems.

Also, it removes *.html which includes minshell.html.

bart9h commented 2 years ago

This only happens with PLATFORM=PLATFORM_WEB.

raysan5 commented 1 year ago

Just removed it.