ref: 5ebb1a29d8250027e8b7f2287f3bfa3a6f3d13ac
dir: /sys/src/ape/lib/openssl/demos/state_machine/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