Fix misleading indentation in src/Makefile (#3202)
This commit is contained in:
parent
298f93ef50
commit
ac6f889dfc
1 changed files with 7 additions and 7 deletions
14
src/Makefile
14
src/Makefile
|
@ -801,19 +801,19 @@ ifeq ($(ROOT),root)
|
||||||
# and $(RAYLIB_H_INSTALL_PATH). Please confirm each item.
|
# and $(RAYLIB_H_INSTALL_PATH). Please confirm each item.
|
||||||
ifeq ($(PLATFORM_OS),LINUX)
|
ifeq ($(PLATFORM_OS),LINUX)
|
||||||
ifeq ($(RAYLIB_LIBTYPE),SHARED)
|
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_API_VERSION)
|
||||||
rm --force --interactive --verbose $(RAYLIB_INSTALL_PATH)/libraylib.so.$(RAYLIB_VERSION)
|
rm --force --interactive --verbose $(RAYLIB_INSTALL_PATH)/libraylib.so.$(RAYLIB_VERSION)
|
||||||
# Uncomment to clean up the runtime linker cache. See install target.
|
# Uncomment to clean up the runtime linker cache. See install target.
|
||||||
ldconfig
|
ldconfig
|
||||||
else
|
else
|
||||||
rm --force --interactive --verbose $(RAYLIB_INSTALL_PATH)/libraylib.a
|
rm --force --interactive --verbose $(RAYLIB_INSTALL_PATH)/libraylib.a
|
||||||
endif
|
endif
|
||||||
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h
|
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raylib.h
|
||||||
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h
|
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/raymath.h
|
||||||
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
||||||
@echo "raylib development files removed!"
|
@echo "raylib development files removed!"
|
||||||
else
|
else
|
||||||
@echo "This function currently works on GNU/Linux systems. Add yours today (^;"
|
@echo "This function currently works on GNU/Linux systems. Add yours today (^;"
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue