1
0
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:
William Woodall 2018-01-13 13:37:26 -08:00 committed by GitHub
parent 764fab8b5e
commit 17e3223e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 13 deletions

View File

@ -28,9 +28,6 @@ endif
install:
cd build && make install
uninstall:
cd build && make uninstall
serial:
@mkdir -p build
cd build && cmake $(CMAKE_FLAGS) ..

View File

@ -52,10 +52,6 @@ Install:
make install
Uninstall:
make uninstall
### License
The MIT License

View File

@ -55,10 +55,4 @@ To install simply:
sudo make install
</pre>
To uninstall simply:
<pre>
sudo make uninstall
</pre>
*/