c6b683abf0eddcac4157df5b43195ebc93fc632b
[supertux.git] / 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 -