Skip to content

Commit 695f353

Browse files
committed
Update Makefile.Web
1 parent f260f5f commit 695f353

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/Makefile.Web

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
914915
shapes/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+
917921
shapes/shapes_kaleidoscope: shapes/shapes_kaleidoscope.c
918922
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
919923

0 commit comments

Comments
 (0)