and added files
[bcm963xx.git] / userapps / opensource / openssl / demos / state_machine / Makefile
1 CFLAGS=-I../../include -Wall -Werror -g
2
3 all: state_machine
4
5 state_machine: state_machine.o
6         $(CC) -o state_machine state_machine.o -L../.. -lssl -lcrypto
7
8 test: state_machine
9         ./state_machine 10000 ../../apps/server.pem ../../apps/server.pem