1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Update README.md: Say "make clean" after editing Makefile.

This commit is contained in:
Nick Patavalis
2015-08-22 16:53:55 +03:00
parent 5916997d40
commit ace77cfd15

View File

@ -72,7 +72,13 @@ If something goes wrong and picocom can't compile cleanly, or if it's
lacking a feature you need, take a look at the included Makefile. It's
very simple and easy to understand. It allows you to select
compile-time options and enable or disable some compile-time features
by commenting in or out the respective lines.
by commenting in or out the respective lines. Once you edit the
Makefile, to recompile say:
```
make clean
make
```
## Using picocom