Linux archive

This commit is contained in:
Petteri Aimonen
2013-11-17 22:25:52 +02:00
parent ece793fbc9
commit ccf63de0c6

View File

@@ -36,3 +36,6 @@ chmod +x $DEST/generator-bin/protoc
# Make the nanopb generator available as a protoc plugin # Make the nanopb generator available as a protoc plugin
ln -s nanopb-generator $DEST/generator-bin/protoc-gen-nanopb ln -s nanopb-generator $DEST/generator-bin/protoc-gen-nanopb
# Tar it all up
( cd dist; tar -czf $VERSION.tar.gz $VERSION )