From da9e881092469e15bec7e6eae109c615132fd8c5 Mon Sep 17 00:00:00 2001 From: Amine Laaboudi <71769287+0x00650a@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:09:27 -0400 Subject: [PATCH] Fix uninstall process to remove rcamera header file (#5671) Co-authored-by: 0x00650a --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 026888614..8f13b4355 100644 --- a/src/Makefile +++ b/src/Makefile @@ -959,6 +959,7 @@ ifeq ($(ROOT),root) endif 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)/rcamera.h rm --force --interactive --verbose $(RAYLIB_H_INSTALL_PATH)/rlgl.h @echo "raylib development files removed!" else