summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2021-05-31 19:02:26 +0200
committerRay <[email protected]>2021-05-31 19:02:26 +0200
commit23398f01983d1d04298ecf3ea164199b30b1e14e (patch)
treeb508be0de56887c478df0896465713c399c867be /examples
parente991fefb897ba703c7bd6b2fbfa49319eecd0752 (diff)
downloadraylib-23398f01983d1d04298ecf3ea164199b30b1e14e.tar.gz
raylib-23398f01983d1d04298ecf3ea164199b30b1e14e.zip
Update Makefile
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index dd1a8472..432455f1 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -277,7 +277,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
INCLUDE_PATHS += -I/usr/local/include
endif
ifeq ($(PLATFORM_OS),LINUX)
- INCLUDE_PATHS = -I$(RAYLIB_H_INSTALL_PATH) -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external
+ INCLUDE_PATHS += -I$(RAYLIB_H_INSTALL_PATH)
endif
endif