From e991fefb897ba703c7bd6b2fbfa49319eecd0752 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 31 May 2021 18:51:56 +0200 Subject: [PATCH] Update Makefile --- examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 475f524d..dd1a8472 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -257,8 +257,8 @@ ifeq ($(PLATFORM),PLATFORM_WEB) endif # Define include paths for required headers -# NOTE: Several external required libraries (stb and others) -INCLUDE_PATHS = -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external +# NOTE: Some external/extras libraries could be required (stb, physac, easings...) +INCLUDE_PATHS = -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external -I$(RAYLIB_PATH)/src/extras # Define additional directories containing required header files ifeq ($(PLATFORM),PLATFORM_RPI)