From 7eda4008e2b3420f9e4348ded3c1a7285a393b1d Mon Sep 17 00:00:00 2001 From: Jaedeok Kim Date: Sat, 21 Nov 2020 07:16:06 +0900 Subject: [PATCH] Add missing examples in Makefile (#111) Co-authored-by: epsimatt --- examples/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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