1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2025-02-26 18:44:19 +01:00
sdl2_frt/VisualC/clean.sh

6 lines
240 B
Bash
Raw Normal View History

find . -type d -name 'Debug' -exec rm -rv {} \;
find . -type d -name 'Release' -exec rm -rv {} \;
find . -type f -name '*.user' -exec rm -v {} \;
find . -type f -name '*.ncb' -exec rm -v {} \;
find . -type f -name '*.suo' -exec rm -v {} \;