shithub: riscv

ref: f5f9ecdcfa0b27f5971509137d77a5155b4b507d
dir: /sys/src/ape/lib/openssl/demos/state_machine/Makefile/

View raw version
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