On Thu, Feb 25, 2010 at 2:17 PM, Murray Cumming <[email protected]> wrote:

> Users of (awful, horrible, hateful, doesn't-actually-do-much) qmake
> regularly have to do complete rebuilds. Luckily, when using git, it's
> easy to remove all generated files like so:
> git clean -dfx

Or a bit more safely:

rm `find . -type f -name Makefile`

-- 
Ville M. Vainio
http://tinyurl.com/vainio
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to