]> git.codecow.com Git - Monocypher.git/commitdiff
added a build script
authorLoup Vaillant <loup@loup-vaillant.fr>
Sat, 3 Sep 2016 23:52:10 +0000 (01:52 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 3 Sep 2016 23:52:10 +0000 (01:52 +0200)
build.sh [new file with mode: 0755]

diff --git a/build.sh b/build.sh
new file mode 100755 (executable)
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