protobuf 0.0.3

Rust implementation of Google protocol buffers
1
2
3
4
5
6
#!/bin/sh -ex

find . -name '*.dylib' -o -name '*.rlib' -o -name '*.dSYM' -o -name '*.bin' -o -name '*.so' | xargs rm -rf
rm -f lib/protobuf

# vim: set ts=4 sw=4 et: