1
0
Fork 0
tetris-c/vendor/SDL3_ttf-3.2.2/VisualC/clean.sh
2026-05-10 00:20:28 +02:00

3 lines
144 B
Bash

#!/bin/sh
find . -type f \( -name '*.user' -o -name '*.sdf' -o -name '*.ncb' -o -name '*.suo' \) -print -delete
rm -rvf Win32 */Win32 x64 */x64