From 028fb2120ebb826dfccfdde9b2e5b798886685a3 Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Thu, 21 Mar 2019 23:53:53 -0400 Subject: [PATCH] Fix typo --- crypto_kem/frodokem640shake/clean/Makefile.Microsoft_nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto_kem/frodokem640shake/clean/Makefile.Microsoft_nmake b/crypto_kem/frodokem640shake/clean/Makefile.Microsoft_nmake index 2b9d19c8..71082121 100644 --- a/crypto_kem/frodokem640shake/clean/Makefile.Microsoft_nmake +++ b/crypto_kem/frodokem640shake/clean/Makefile.Microsoft_nmake @@ -1,7 +1,7 @@ # This Makefile can be used with Microsoft Visual Studio's nmake using the command: # nmake /f Makefile.Microsoft_nmake -LIBRARY=lifrodokem640shake_clean.lib +LIBRARY=libfrodokem640shake_clean.lib OBJECTS=kem.obj matrix_shake.obj noise.obj util.obj CFLAGS=/nologo /I ..\..\..\common /W4 /WX