From d6e0090fb84576dca278c9c29bbd965d74afdfca Mon Sep 17 00:00:00 2001 From: Janita Willumsen Date: Mon, 25 Sep 2023 13:39:30 +0200 Subject: [PATCH] Add instruction to remove compiled files --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 052cad3..217aba5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Compiling and linking is done using Make, make sure you are in the root directory. -There are two ways of compiling the code. The first alternative is to change +There are two alternative ways to compile the code. The first alternative is to change directory to `src/` and compile ```shell @@ -29,6 +29,11 @@ You can run any of the compiled programs by changing directory to `src/`, then ./main ``` +Remove object files and executables from `src/` +```shell + make clean +``` + ## Generate plots