1
0
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:
William Woodall 2018-01-13 13:23:35 -08:00
parent 764fab8b5e
commit 3a3118be81
3 changed files with 0 additions and 13 deletions

View File

@ -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) ..

View File

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

View File

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