]> foleosoft.com Git - CryptoFoleo.git/commitdiff
Tue Jan 21 03:17:53 PM EST 2025
authorserver <[email protected]>
Tue, 21 Jan 2025 20:17:53 +0000 (15:17 -0500)
committerserver <[email protected]>
Tue, 21 Jan 2025 20:17:53 +0000 (15:17 -0500)
build.sh

index a363dc0aa0785d86cb65c3519629d3ce723d8a63..9a0d725b55a8cf48164bd0c8a0afc545f65196f8 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,7 @@
 if [ "$1" == "test" ]
 then
        set -x -e
+       mkdir -p bin
        gcc tests/test.c -o bin/test -lgmp -DDEVICE='"/dev/random"'
        if [ "$2" == "hard" ]
        then