From: Loup Vaillant Date: Tue, 19 Sep 2017 06:38:30 +0000 (+0200) Subject: We no longer need dist.sh X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=ba4c9776ec6d547d424114bef601abc5ea55dad9;p=Monocypher.git We no longer need dist.sh We do need a make_tarball.sh script however --- diff --git a/dist.sh b/dist.sh deleted file mode 100755 index 4e520b4..0000000 --- a/dist.sh +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/sh - -cp AUTHORS.md dist/ -cp LICENCE.md dist/ -cp tests/gen/vectors.h dist/tests/vectors.h -