From 361c38a47a77ee0b424e02152fd2d4287900f1cc Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Fri, 8 Feb 2019 09:45:50 -0500 Subject: [PATCH] Update README to refer to common Makefile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2abd1e0c..eebe2ffd 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Each implementation directory in PQClean (e.g., crypto\_kem/kyber768\clean) can Regarding #2, adding the files to your project's build system, each implementation in PQClean is accompanied by example two makefiles that show how one could build the files for that implementation: -- The file `GNUmakefile` which can be used with GNU Make. +- The file `Makefile` which can be used with GNU Make, BSD Make, and possibly others. - The file `Makefile.Microsoft_nmake` which can be used with Visual Studio's nmake. ## License