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