mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
remove references to no longer available uninstall command
This commit is contained in:
parent
764fab8b5e
commit
3a3118be81
3
Makefile
3
Makefile
@ -28,9 +28,6 @@ endif
|
|||||||
install:
|
install:
|
||||||
cd build && make install
|
cd build && make install
|
||||||
|
|
||||||
uninstall:
|
|
||||||
cd build && make uninstall
|
|
||||||
|
|
||||||
serial:
|
serial:
|
||||||
@mkdir -p build
|
@mkdir -p build
|
||||||
cd build && cmake $(CMAKE_FLAGS) ..
|
cd build && cmake $(CMAKE_FLAGS) ..
|
||||||
|
|||||||
@ -52,10 +52,6 @@ Install:
|
|||||||
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
Uninstall:
|
|
||||||
|
|
||||||
make uninstall
|
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
The MIT License
|
The MIT License
|
||||||
|
|||||||
@ -55,10 +55,4 @@ To install simply:
|
|||||||
sudo make install
|
sudo make install
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
To uninstall simply:
|
|
||||||
|
|
||||||
<pre>
|
|
||||||
sudo make uninstall
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
Loading…
x
Reference in New Issue
Block a user