soxr-code/dist

13 lines
304 B
Plaintext
Raw Permalink Normal View History

2013-01-08 22:20:00 +01:00
#!/bin/sh
2013-03-01 09:19:35 +01:00
set -e
2018-02-23 22:39:08 +01:00
# SoX Resampler Library Copyright (c) 2007-18 robs@users.sourceforge.net
2013-01-09 20:42:55 +01:00
# Licence for this file: LGPL v2.1 See LICENCE for details.
# Makes the distribution tarball
2013-01-08 22:20:00 +01:00
test $# = 1 -o `git status -s|wc -c` = 0
2013-01-08 22:20:00 +01:00
rm -rf Release
2013-03-01 09:19:35 +01:00
./go -j4
2013-01-08 22:20:00 +01:00
cd Release
make package_source