mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
12 lines
231 B
Makefile
12 lines
231 B
Makefile
app_objs += $(addprefix apps/calculation/,\
|
|
app.o\
|
|
calculation.o\
|
|
calculation_store.o\
|
|
history_view_cell.o\
|
|
history_controller.o\
|
|
edit_expression_controller.o\
|
|
)
|
|
|
|
inline_images += apps/calculation/calculation_icon.png
|
|
|