From: Loup Vaillant Date: Sat, 3 Sep 2016 23:52:10 +0000 (+0200) Subject: added a build script X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=43cfd4192113b1e42339da7ab6c39b097b5f48a5;p=Monocypher.git added a build script --- diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..1fd11ba --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#! /bin/bash + +CC="gcc" +CFLAGS="-O2 -Wall -Wextra -std=c11" + +$CC $CFLAGS -c chacha20.c