|
|
|
@ -543,7 +543,7 @@ SHAPES = \ |
|
|
|
shapes/shapes_digital_clock \
|
|
|
|
shapes/shapes_double_pendulum \
|
|
|
|
shapes/shapes_draw_circle_sector \
|
|
|
|
shapes/shapes_draw_rectangle_rounded \
|
|
|
|
shapes/shapes_rounded_rectangle_drawing \
|
|
|
|
shapes/shapes_easings_ball_anim \
|
|
|
|
shapes/shapes_easings_box_anim \
|
|
|
|
shapes/shapes_easings_rectangle_array \
|
|
|
|
@ -808,7 +808,7 @@ shapes/shapes_double_pendulum: shapes/shapes_double_pendulum.c |
|
|
|
shapes/shapes_draw_circle_sector: shapes/shapes_draw_circle_sector.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
shapes/shapes_draw_rectangle_rounded: shapes/shapes_draw_rectangle_rounded.c |
|
|
|
shapes/shapes_rounded_rectangle_drawing: shapes/shapes_rounded_rectangle_drawing.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
shapes/shapes_easings_ball_anim: shapes/shapes_easings_ball_anim.c |
|
|
|
|