From 3c10661b4e9c7eb7e14b4cbb9c58d6f6d7afc904 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Sat, 25 Mar 2023 11:05:32 -0500 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 848823a..0ecd1bb 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ There are a few optional targets, which enable specific functionality. `allwarn - enable all warnings` `debug - compile with 'debug' flag` `static - compile as statically linked library - NOT IMPLEMENTED` - + + They can be used as follows: + `make [TARGET NAME]` ___ ### Installation