Files
Upsilon/apps/calculation/Makefile
Romain Goyet 6248a63b29 Proper ordering of Makefiles
Change-Id: I44faa72d5fb77d93898283add52ef1debc2f6823
2016-11-14 15:46:56 +01:00

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