From 9e2c02d47a88ca09ec260a76cc2c0c47e36bc439 Mon Sep 17 00:00:00 2001 From: toddouska Date: Mon, 23 Feb 2015 12:23:16 -0800 Subject: [PATCH] wolfcrypt examples build option for build tests --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c18c8f52..43ae1caaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,9 +144,9 @@ egs: $(MAKE) examples/server/server; \ $(MAKE) examples/echoserver/echoserver; -ctc: - $(MAKE) ctaocrypt/test/testctaocrypt; \ - $(MAKE) ctaocrypt/benchmark/benchmark; +wc_egs: + $(MAKE) wolfcrypt/test/testwolfcrypt; \ + $(MAKE) wolfcrypt/benchmark/benchmark; install-exec-local: install-generic-config