rm -f SHA-256.o
rm -f base64.o
rm -f blowfish.o
rm -f cfgopts.o

gcc -c -static SHA-256.c
gcc -c -static base64.c
gcc -c -static blowfish.c
gcc -c -static cfgopts.c

