diff options
-rw-r--r-- | make-dist.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make-dist.sh b/make-dist.sh new file mode 100644 index 0000000..3c19301 --- /dev/null +++ b/make-dist.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +VERSION=0.1 + +tar -zcvf cryptoki-capi-$VERSION.tar.gz \ + --exclude=*.tar.gz --exclude=.svn --exclude=sandbox \ + --exclude=Debug --exclude=Release \ + --exclude=*.plg --exclude=*.ncb --exclude=*.opt \ + * |