diff options
| author | RDR8 <[email protected]> | 2018-02-12 00:15:58 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-02-12 00:15:58 +0000 |
| commit | 5616314069829877301312add7c3b55ba4042eac (patch) | |
| tree | 89604e851265aa690a6a8e04359cb5a5cc10f0a8 /src/Makefile | |
| parent | 4c4b5643925f442ff7d5bcbd8e6670b993d00b10 (diff) | |
| download | raylib-5616314069829877301312add7c3b55ba4042eac.tar.gz raylib-5616314069829877301312add7c3b55ba4042eac.zip | |
Update Makefile
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 79bdf97f..61206a3d 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. |
