From 8377cd9e4c4e7c0f225283c2424e10ad199b3384 Mon Sep 17 00:00:00 2001 From: adityashukl1502 <63350294+adityashukl1502@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:53:01 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d93d948..4a40036 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ This is an eclectic collection of basic C++ code (functions, classes, templates) I had started gathering this code even before the C++ STL had been fully adopted as a cross-platform "standard". Even STL itself seems a bit on the heavy side (and keeps growing) compared to what I need in practice for many of my C++ projects, so often times I prefer to just use these simpler and leaner C++ classes and templates to provide most common data structures needed for my projects. -## Build/Install +## How to Build/Install: Do not build. Do not install. This is not meant to be built into an object library, it's a simple _source code library_ for other projects to include and link statically into the final executable(s). The makefile included here is just for simple, extemporaneous tests I occasionally perform as new functionality is added to this code collection.