initial commit
[authenticator.git] / compile.sh
1 #!/bin/sh
2 CC=gcc
3 FLAGS='-std=gnu99 -ggdb -Wall -lcrypto'
4
5 $CC $FLAGS -o authenticator authenticator.c base64.c