mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
16 lines
316 B
Makefile
16 lines
316 B
Makefile
app_objs += $(addprefix apps/calculation/,\
|
|
app.o\
|
|
calculation.o\
|
|
calculation_store.o\
|
|
evaluate_context.o\
|
|
selectable_table_view.o\
|
|
history_view_cell.o\
|
|
history_controller.o\
|
|
edit_expression_controller.o\
|
|
pretty_print_view.o\
|
|
text_field.o\
|
|
)
|
|
|
|
app_images += apps/calculation/calculation_icon.png
|
|
|