diff --git a/examples/Makefile b/examples/Makefile index 722bb7971..c93cf53d9 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -564,7 +564,7 @@ SHAPES = \ shapes/shapes_lines_bezier \ shapes/shapes_logo_raylib \ shapes/shapes_logo_raylib_anim \ - shapes/shapes_math_sine_cosine \ + shapes/shapes_math_sine_cosine \ shapes/shapes_mouse_trail \ shapes/shapes_pie_chart \ shapes/shapes_rectangle_advanced \ diff --git a/examples/Makefile.Web b/examples/Makefile.Web index 0ca21591b..38059f227 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -564,7 +564,7 @@ SHAPES = \ shapes/shapes_lines_bezier \ shapes/shapes_logo_raylib \ shapes/shapes_logo_raylib_anim \ - shapes/shapes_math_sine_cosine \ + shapes/shapes_math_sine_cosine \ shapes/shapes_mouse_trail \ shapes/shapes_pie_chart \ shapes/shapes_rectangle_advanced \