mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Add missing examples in Makefile (#111)
Co-authored-by: epsimatt <epsimatt@protonmail.com>
This commit is contained in:
@ -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
|
||||
@echo Cleaning done
|
||||
|
||||
Reference in New Issue
Block a user