From 3356922970d136b0f582119361fdf3f7668ad21c Mon Sep 17 00:00:00 2001 From: Gregory Campbell Date: Thu, 8 Jul 2021 22:06:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8af0da..c4d54c0 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ Just run `make` to create the executable and then run `./wordStat` to run the pr You can even run `make old` to generate an executable that can run the older cobol script. This can be done by running `./stat` however the text file that this script reads is hard coded so you would have to change the name of the text files or the code if you want it to analyze different text. + +You can also run `make clean` to clean up the directory.