summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2021-05-31 18:51:56 +0200
committerRay <[email protected]>2021-05-31 18:51:56 +0200
commite991fefb897ba703c7bd6b2fbfa49319eecd0752 (patch)
tree20960309d66d841b2a037a2ec400e04466b53b9f /examples/Makefile
parentd39d26f27504945816d9e1caea2d959d1ee336d5 (diff)
downloadraylib-e991fefb897ba703c7bd6b2fbfa49319eecd0752.tar.gz
raylib-e991fefb897ba703c7bd6b2fbfa49319eecd0752.zip
Update Makefile
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files 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)