Add instruction to remove compiled files
This commit is contained in:
parent
11cd6aa27e
commit
d6e0090fb8
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user