|
|
|
@ -563,6 +563,7 @@ SHAPES = \ |
|
|
|
shapes/shapes_easings_box \
|
|
|
|
shapes/shapes_easings_rectangles \
|
|
|
|
shapes/shapes_following_eyes \
|
|
|
|
shapes/shapes_hilbert_curve \
|
|
|
|
shapes/shapes_kaleidoscope \
|
|
|
|
shapes/shapes_lines_bezier \
|
|
|
|
shapes/shapes_lines_drawing \
|
|
|
|
@ -914,6 +915,9 @@ shapes/shapes_easings_rectangles: shapes/shapes_easings_rectangles.c |
|
|
|
shapes/shapes_following_eyes: shapes/shapes_following_eyes.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
shapes/shapes_hilbert_curve: shapes/shapes_hilbert_curve.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
shapes/shapes_kaleidoscope: shapes/shapes_kaleidoscope.c |
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) |
|
|
|
|
|
|
|
|