diff options
| author | Ray <[email protected]> | 2022-06-12 21:13:46 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-12 21:13:46 +0200 |
| commit | 043fa4cba7eb1c42a8bdca869c755e098b8e8670 (patch) | |
| tree | b2828b7e21a026a083ae67c8061a5091c8507074 /examples/Makefile.Web | |
| parent | 7743af853a6c7bb809c54eb6afea3dcc6fb718dd (diff) | |
| download | raylib-043fa4cba7eb1c42a8bdca869c755e098b8e8670.tar.gz raylib-043fa4cba7eb1c42a8bdca869c755e098b8e8670.zip | |
Removed extras directory
Diffstat (limited to 'examples/Makefile.Web')
| -rw-r--r-- | examples/Makefile.Web | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.Web b/examples/Makefile.Web index a1a9d9b6..4ee6652c 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -239,7 +239,7 @@ endif # Define include paths for required headers # NOTE: Some external/extras libraries could be required (stb, easings...) -INCLUDE_PATHS = -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external -I$(RAYLIB_PATH)/src/extras +INCLUDE_PATHS = -I. -I$(RAYLIB_PATH)/src -I$(RAYLIB_PATH)/src/external # Define additional directories containing required header files ifeq ($(PLATFORM),PLATFORM_RPI) |
