Open ninadsachania opened 4 months ago
This fixes a bug where make clean does not remove the executables on Windows because they have the '.exe' extension.
make clean
Before:
After:
This fixes a bug where
make clean
does not remove the executables on Windows because they have the '.exe' extension.Before:
After: