From 4c49a6af26ff7fd0b110a6beaa8b8d0c892b4c7e Mon Sep 17 00:00:00 2001 From: John Zhao Date: Tue, 4 Dec 2018 15:46:54 +0800 Subject: [PATCH] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ce54af..5285749 100644 --- a/Makefile +++ b/Makefile @@ -139,8 +139,8 @@ endif uninstall: @$(call echo,Make $@) ifeq ($(HOST_OS),Linux) - $(SUDO) rm -rf /usr/local/lib/libmynteye* $(SUDO) rm -rf /usr/local/include/mynteye/ + $(SUDO) rm -rf /usr/local/lib/libmynteye.so* $(SUDO) rm -rf /usr/local/lib/cmake/mynteye/ $(SUDO) rm -rf /usr/local/share/mynteye/ endif