aboutsummaryrefslogtreecommitdiff
path: root/sw/Makefile
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-05-19 18:27:01 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-05-19 18:27:01 +0200
commitee4a3f557b8a3ab930715386dcef1066b259d81f (patch)
tree74966b9cda2c7fd565eb32d00bebcf564042af48 /sw/Makefile
parent021c35cc6fa778f83c890fc206808141c69fcb2d (diff)
Removed obsolete build target 'trivial'. Removed dual block test stub from aes_tester.
Diffstat (limited to 'sw/Makefile')
-rwxr-xr-xsw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Makefile b/sw/Makefile
index ba07ffd..2aa4927 100755
--- a/sw/Makefile
+++ b/sw/Makefile
@@ -2,7 +2,7 @@ CC = gcc
CFLAGS = -Wall -fPIC
LIB = libcryptech.a
-BIN = hash hash_tester trng_extractor trng_tester trivial aestest aes_tester modexp_tester
+BIN = hash hash_tester trng_extractor trng_tester aes_tester modexp_tester
INC = cryptech.h
PREFIX = /usr/local