![Rich Salz](/assets/img/avatar_default.png)
Remove lint, tags, dclean, tests. This is prep for a new makedepend scheme. This is temporary pending unified makefile, and might help it. Reviewed-by: Richard Levitte <levitte@openssl.org>
11 lines
299 B
Makefile
11 lines
299 B
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
|
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|