From 5616314069829877301312add7c3b55ba4042eac Mon Sep 17 00:00:00 2001 From: RDR8 Date: Mon, 12 Feb 2018 00:15:58 +0000 Subject: [PATCH] Update Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 79bdf97f6..61206a3d9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -567,7 +567,7 @@ ifeq ($(ROOT),root) # Proceeding will remove everything under the specified locations! ifeq ($(PLATFORM_OS),LINUX) ifeq ($(RAYLIB_LIBTYPE),SHARED) - rm --force --interactive --verbose $(RAYLIB_INSTALL_PATH)/libraylib.so* + rm --force --interactive --verbose $(RAYLIB_INSTALL_PATH)/libraylib.so rm --force --interactive --verbose $(RAYLIB_INSTALL_PATH)/libraylib.so.$(RAYLIB_API_VERSION) rm --force --interactive --verbose $(RAYLIB_INSTALL_PATH)/libraylib.so.$(RAYLIB_VERSION) # Uncomment to clean up the runtime linker cache. See install target.