From 8aad22c7d1cb9dd87eb5746cd1fb7021ec0b17e5 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Wed, 5 Apr 2023 13:18:23 -0400 Subject: [PATCH] add header file to avoid implicit declaration warning --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index d4d613b..b308e97 100644 --- a/README +++ b/README @@ -14,4 +14,4 @@ A library which provides a random string generation function. + Installation -Run 'make static' to compile a static library, or 'make shared' to compile a shared library. Then, run 'make install-static' or 'make install-shared' depending on what you ran previously. +Run 'make' to create the static library. Run 'make install' to install the static library and header.