diff options
author | Paul Selkirk <paul@psgd.org> | 2015-04-22 01:39:12 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-04-22 01:39:12 -0400 |
commit | d07c710e9a82c46e20bc8262308117edf7a0ca11 (patch) | |
tree | 8c8e1af6f206e323c533ad53f7f762561a441485 /sw/Makefile | |
parent | 2de0824f026172dafe9f83564c66df12d5f1da64 (diff) |
Make position-independent libraries for cryptlib.
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 93976d7..0dbd61a 100755 --- a/sw/Makefile +++ b/sw/Makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall +CFLAGS = -Wall -fPIC LIB = libcryptech.a BIN = hash hash_tester trng_extractor trng_tester |