diff options
| author | Ray <[email protected]> | 2022-07-07 12:15:55 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-07-07 12:15:55 +0200 |
| commit | 8e229ada1dcaf5c0c5a1c8172def3e06eeea8a91 (patch) | |
| tree | f32e4c3e0bb197ad558263c2cf59854f208a92d3 /examples/Makefile | |
| parent | e121058eb625c3d54ec8ec3eab0289c9a99fd086 (diff) | |
| download | raylib-8e229ada1dcaf5c0c5a1c8172def3e06eeea8a91.tar.gz raylib-8e229ada1dcaf5c0c5a1c8172def3e06eeea8a91.zip | |
ADDED: example: `textures_gif_player`
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 8517a91c..82e41f63 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -431,7 +431,7 @@ TEXTURES = \ textures/textures_blend_modes \ textures/textures_draw_tiled \ textures/textures_polygon \ - textures/textures_gif_anim + textures/textures_gif_player TEXT = \ text/text_raylib_fonts \ |
