Makefile #1

  • //
  • guest/
  • robert_cowham/
  • openssl/
  • main/
  • demos/
  • state_machine/
  • Makefile
  • View
  • Commits
  • Open Download .zip Download (243 B)
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
# Change User Description Committed
#1 10711 Robert Cowham OpenSSL 1.0.1i