On Sun, Nov 22, 2009 at 1:23 PM, hap 497 <hap...@gmail.com> wrote:
> Can you please tell me how can I remove all .o after the build?
> I tried 'make clean', but it said there is no 'clean' target'.

% find out -type f -name "*.o" | xargs rm


AGL

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to