summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
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: