GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

"make clean" fails on strict POSIX systems #306

Closed chaigler closed 8 years ago

chaigler commented 8 years ago

The "make clean" build command will fail on certain systems that do not have the -v switch for rm.

chaigler commented 8 years ago

Resolved with #307.