From cc0524bf58d48402cc254b083e3e8a26bc729691 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 11 Dec 2019 10:53:02 -0800 Subject: [PATCH] Make it more obvious that Make is deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 291723e5f3..1d17cd55fe 100755 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ will automatically find it and build with TLS support. If you installed WIX before running `cmake` you should find the `FDBInstaller.msi` in your build directory under `packaging/msi`. -## Makefile +## Makefile (Deprecated - all users should transition to using cmake) #### MacOS