diff --git a/examples/Makefile b/examples/Makefile index 3d46631..979015b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -352,7 +352,8 @@ EXAMPLES = \ image_raw_importer/image_raw_importer \ portable_window/portable_window \ scroll_panel/gui_scroll_panel \ - text_box_selection/gui_text_box + text_box_selection/textbox_extended_demo \ + text_editor/text_editor CURRENT_MAKEFILE = $(lastword $(MAKEFILE_LIST)) @@ -385,4 +386,4 @@ endif ifeq ($(PLATFORM),PLATFORM_WEB) del *.o *.html *.js endif - @echo Cleaning done \ No newline at end of file + @echo Cleaning done