raysan5 / raylib-game-template

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

kill process if needed to restart #20

Closed lesleyrs closed 1 year ago

lesleyrs commented 1 year ago

This allows make to recompile even if the process is still running, so you don't have to exit out first.

Just windows for now.

raysan5 commented 1 year ago

@lesleyrs Sorry, I find it too system-agressive to kill a process, user should be careful with that.