mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 12:14:41 +02:00
Add SDL-2.0.1.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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 {} \;
|
||||
Reference in New Issue
Block a user