#324: Hopefully this fixes the issue with malformed UTF-8 sequences causing SuperTux...
[supertux.git] / contrib / kdevelop / update-filelist.sh
1 #!/bin/sh
2 cd ../..
3 find tools/miniswig src -name "*.cpp" -o -name "*.hpp" -o -name "*.h" > supertux.kdevelop.filelist
4 cd -