From eb0434f929fd00e69bb5710bd1ab0f950b59e1b8 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 24 Sep 2020 22:31:10 +0800 Subject: fix make uninstall --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 74fcaacf8..acd92d640 100644 --- a/makefile +++ b/makefile @@ -120,6 +120,7 @@ install: uninstall: @echo uninstalling from $(destdir) ... @if [ -d $(xmake_dir_install) ]; then rm -rf $(xmake_dir_install); fi + @if [ -f $(xmake_core_install) ]; then rm $(xmake_core_install); fi @echo ok! test: -- cgit v1.3.1