Remove bogus assert
[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 -