Skip to content
Snippets Groups Projects
Commit 42afc0ec authored by Djojomoenawie, N.E. (Nathan, Student M-CS)'s avatar Djojomoenawie, N.E. (Nathan, Student M-CS) :speech_balloon:
Browse files

Clarify that `make clean` also runs `make stop`

parent 06420c10
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ Before that, let's compile the incomplete `basic.p4` and bring up a switch in Mi
```bash
make stop
```
And to delete all pcaps, build files, and logs:
Or, if you want to both stop mininet and delete all pcaps, build files, and logs:
```bash
make clean
```
......
......@@ -73,7 +73,7 @@ up a switch in Mininet to test its behavior.
```bash
make stop
```
And to delete all pcaps, build files, and logs:
Or, if you want to both stop mininet and delete all pcaps, build files, and logs:
```bash
make clean
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment