mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
25 lines
522 B
Makefile
25 lines
522 B
Makefile
include apps/home/Makefile
|
|
include apps/graph/Makefile
|
|
include apps/probability/Makefile
|
|
include apps/calculation/Makefile
|
|
#include apps/picview/Makefile
|
|
|
|
app_objs += $(addprefix apps/,\
|
|
apps_container.o\
|
|
constant.o\
|
|
expression_text_field_delegate.o\
|
|
main.o\
|
|
node.o\
|
|
node_list_view_controller.o\
|
|
node_navigation_controller.o\
|
|
tool_box_controller.o\
|
|
tool_box_node.o\
|
|
variable_box_node.o\
|
|
)
|
|
|
|
$(app_objs): $(inline_images:.png=.o)
|
|
|
|
products += $(app_objs) app.elf app.hex app.bin
|
|
|
|
app.$(EXE): $(app_objs)
|