diff options
Diffstat (limited to 'sw/Makefile')
-rwxr-xr-x | sw/Makefile | 2 |
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 |