From 3a3118be81693af4b33250a134ef866a4fca5704 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Sat, 13 Jan 2018 13:23:35 -0800 Subject: [PATCH] remove references to no longer available uninstall command --- Makefile | 3 --- README.md | 4 ---- doc/serial.dox | 6 ------ 3 files changed, 13 deletions(-) diff --git a/Makefile b/Makefile index 01366c0..ced63b1 100644 --- a/Makefile +++ b/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) .. diff --git a/README.md b/README.md index beeb7f5..3f99507 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,6 @@ Install: make install -Uninstall: - - make uninstall - ### License The MIT License diff --git a/doc/serial.dox b/doc/serial.dox index a4b29e9..407fc26 100644 --- a/doc/serial.dox +++ b/doc/serial.dox @@ -55,10 +55,4 @@ To install simply: sudo make install -To uninstall simply: - -
-    sudo make uninstall
-
- */ \ No newline at end of file