diff --git a/examples/Makefile b/examples/Makefile index dd1a84725..432455f18 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