Include blake2s c file in compile statement - pee - Pee a password manager;Pee - because you have to...
 (HTM) git clone git://vernunftzentrum.de/pee.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit d6f427949b12d8dc0ce562d08eb9af8637017c58
 (DIR) parent 3daef81bd910bc6a286cabdd3e70be3cc5dbca56
 (HTM) Author: Christian Kellermann <ckeen@pestilenz.org>
       Date:   Mon,  5 Dec 2016 12:43:31 +0100
       
       Include blake2s c file in compile statement
       
       Diffstat:
         pee.setup                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/pee.setup b/pee.setup
       @@ -1,4 +1,4 @@
       -(compile -s -J "crypto-helper.scm")
       +(compile -s -J "crypto-helper.scm" "blake2s-ref.c" -C "-std=c99")
        (compile -s  "crypto-helper.import.scm")
        (compile "pee.scm")
        (print "Pee has been compiled. Thanks for using pee")