All pastes #2047325 Raw Edit

Mine

public text v1 · immutable
#2047325 ·published 2011-04-17 02:05 UTC
rendered paste body
matt@xps ~/src/tanarux $ make clean && time make -j | grep -i warn
Making clean in src
make[1]: Entering directory `/home/matt/src/tanarux/src'
 rm -f tanarux
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory `/home/matt/src/tanarux/src'
Making clean in .
make[1]: Entering directory `/home/matt/src/tanarux'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/home/matt/src/tanarux'

real	0m1.245s
user	0m1.863s
sys	0m0.285s