|
|
|
@ -544,7 +544,6 @@ SHAPES = \ |
|
|
|
shapes/shapes_double_pendulum \
|
|
|
|
shapes/shapes_draw_circle_sector \
|
|
|
|
shapes/shapes_draw_rectangle_rounded \
|
|
|
|
shapes/shapes_ring_drawing \
|
|
|
|
shapes/shapes_easings_ball_anim \
|
|
|
|
shapes/shapes_easings_box_anim \
|
|
|
|
shapes/shapes_easings_rectangle_array \
|
|
|
|
@ -554,6 +553,7 @@ SHAPES = \ |
|
|
|
shapes/shapes_logo_raylib_anim \
|
|
|
|
shapes/shapes_rectangle_advanced \
|
|
|
|
shapes/shapes_rectangle_scaling \
|
|
|
|
shapes/shapes_ring_drawing \
|
|
|
|
shapes/shapes_splines_drawing \
|
|
|
|
shapes/shapes_top_down_lights |
|
|
|
|
|
|
|
@ -811,9 +811,6 @@ shapes/shapes_draw_circle_sector: shapes/shapes_draw_circle_sector.c |
|
|
|
shapes/shapes_draw_rectangle_rounded: shapes/shapes_draw_rectangle_rounded.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
shapes/shapes_ring_drawing: shapes/shapes_ring_drawing.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
shapes/shapes_easings_ball_anim: shapes/shapes_easings_ball_anim.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
@ -841,6 +838,9 @@ shapes/shapes_rectangle_advanced: shapes/shapes_rectangle_advanced.c |
|
|
|
shapes/shapes_rectangle_scaling: shapes/shapes_rectangle_scaling.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
shapes/shapes_ring_drawing: shapes/shapes_ring_drawing.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
shapes/shapes_splines_drawing: shapes/shapes_splines_drawing.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
|