From 1061daf197d1984c913af22ba57c419d5e604d49 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 14 Feb 2026 22:17:49 +0100 Subject: [PATCH] REVIEWED: Installed libraries #5550 --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 459b79f83..b4ea8f0a9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -841,6 +841,7 @@ ifeq ($(ROOT),root) # Copying raylib development files to $(RAYLIB_H_INSTALL_PATH). cp --update raylib.h $(RAYLIB_H_INSTALL_PATH)/raylib.h cp --update raymath.h $(RAYLIB_H_INSTALL_PATH)/raymath.h + cp --update rcamera.h $(RAYLIB_H_INSTALL_PATH)/rcamera.h cp --update rlgl.h $(RAYLIB_H_INSTALL_PATH)/rlgl.h @echo "raylib development files installed/updated!" else