summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-07 12:15:55 +0200
committerRay <[email protected]>2022-07-07 12:15:55 +0200
commit8e229ada1dcaf5c0c5a1c8172def3e06eeea8a91 (patch)
treef32e4c3e0bb197ad558263c2cf59854f208a92d3 /examples/Makefile
parente121058eb625c3d54ec8ec3eab0289c9a99fd086 (diff)
downloadraylib-8e229ada1dcaf5c0c5a1c8172def3e06eeea8a91.tar.gz
raylib-8e229ada1dcaf5c0c5a1c8172def3e06eeea8a91.zip
ADDED: example: `textures_gif_player`
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
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 \