aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46fc203..23cf7aa 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ LIB_NAME = recrypt
OBJ_PUBLIC_FUZZ =\
- librecrypt_settings_prefix.o\
+ librecrypt_settings_prefix.o
OBJ_PUBLIC_DONT_FUZZ =\
librecrypt_chain_length.o\
@@ -47,7 +47,7 @@ OBJ_PUBLIC =\
librecrypt_hash.o\
librecrypt_crypt.o\
librecrypt_add_algorithm.o\
- librecrypt_test_supported.o\
+ librecrypt_test_supported.o
OBJ_PRIVATE =\
librecrypt_algorithms_.o\