mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-07 18:36:27 +00:00
REXM: RENAME: example: shapes_easings_rectangle_array
--> shapes_easings_rectangles
This commit is contained in:
@@ -546,7 +546,7 @@ SHAPES = \
|
||||
shapes/shapes_rounded_rectangle_drawing \
|
||||
shapes/shapes_easings_ball \
|
||||
shapes/shapes_easings_box \
|
||||
shapes/shapes_easings_rectangle_array \
|
||||
shapes/shapes_easings_rectangles \
|
||||
shapes/shapes_following_eyes \
|
||||
shapes/shapes_lines_bezier \
|
||||
shapes/shapes_logo_raylib \
|
||||
@@ -817,7 +817,7 @@ shapes/shapes_easings_ball: shapes/shapes_easings_ball.c
|
||||
shapes/shapes_easings_box: shapes/shapes_easings_box.c
|
||||
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
|
||||
|
||||
shapes/shapes_easings_rectangle_array: shapes/shapes_easings_rectangle_array.c
|
||||
shapes/shapes_easings_rectangles: shapes/shapes_easings_rectangles.c
|
||||
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
|
||||
|
||||
shapes/shapes_following_eyes: shapes/shapes_following_eyes.c
|
||||
|
Reference in New Issue
Block a user