Revision 65e4dca40cb15f3acc878e26d734ec93bd367dca authored by Dr. Stephen Henson on 27 June 2014, 15:58:41 UTC, committed by Dr. Stephen Henson on 27 June 2014, 15:58:41 UTC
1 parent ff4cfc4
Makefile
CFLAGS=-I../../include -Wall -Werror -g
all: state_machine
state_machine: state_machine.o
$(CC) -o state_machine state_machine.o -L../.. -lssl -lcrypto
test: state_machine
./state_machine 10000 ../../apps/server.pem ../../apps/server.pem

Computing file changes ...