File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -563,6 +563,7 @@ SHAPES = \
563563 shapes/shapes_easings_box \
564564 shapes/shapes_easings_rectangles \
565565 shapes/shapes_following_eyes \
566+ shapes/shapes_hilbert_curve \
566567 shapes/shapes_kaleidoscope \
567568 shapes/shapes_lines_bezier \
568569 shapes/shapes_lines_drawing \
@@ -914,6 +915,9 @@ shapes/shapes_easings_rectangles: shapes/shapes_easings_rectangles.c
914915shapes/shapes_following_eyes: shapes/shapes_following_eyes.c
915916 $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
916917
918+ shapes/shapes_hilbert_curve: shapes/shapes_hilbert_curve.c
919+ $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
920+
917921shapes/shapes_kaleidoscope: shapes/shapes_kaleidoscope.c
918922 $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
919923
You can’t perform that action at this time.
0 commit comments