mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-01 11:49:18 -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 \
|
image_raw_importer/image_raw_importer \
|
||||||
portable_window/portable_window \
|
portable_window/portable_window \
|
||||||
scroll_panel/gui_scroll_panel \
|
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))
|
CURRENT_MAKEFILE = $(lastword $(MAKEFILE_LIST))
|
||||||
|
|
||||||
@ -385,4 +386,4 @@ endif
|
|||||||
ifeq ($(PLATFORM),PLATFORM_WEB)
|
ifeq ($(PLATFORM),PLATFORM_WEB)
|
||||||
del *.o *.html *.js
|
del *.o *.html *.js
|
||||||
endif
|
endif
|
||||||
@echo Cleaning done
|
@echo Cleaning done
|
||||||
|
|||||||
Reference in New Issue
Block a user