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